replaced last why2_open parameter with UI

This commit is contained in:
Václav Šmejkal 2023-02-05 19:04:09 +01:00
parent b27ddb633f
commit 8f7d6b9cb1
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -9,7 +9,7 @@ char *why2_strdup(char *string);
void *why2_fopen(char *name, char *modes);
void *why2_fdopen(int file, char *modes);
int why2_open(char *name, int flags, ...);
int why2_open(char *name, int flags, unsigned int mode);
void *why2_opendir(char *name);
void why2_deallocate(void *pointer);