my_glob no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4672 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b50fe97d21
commit
bb2490ce7c
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ char *my_convert(const char *path);
|
|||
void my_convert_free(char *converted_path);
|
||||
int my_open(const char *pathname, int flags);
|
||||
FILE *my_fopen(const char *path, const char *mode);
|
||||
int my_glob(const char *pattern, int flags,
|
||||
int errfunc(const char * epath, int eerrno), glob_t *pglob);
|
||||
|
||||
#define FOPEN(a, b) my_fopen(a, b)
|
||||
#define OPEN(a, b) my_open(a, b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue