glob: fix function prototype for I_StartGlob() in the non-native case

This commit is contained in:
Fabian Greffrath 2018-12-03 13:18:28 +01:00
parent 82fa5ea8bd
commit 2b20ce64a8

View file

@ -348,7 +348,7 @@ const char *I_NextGlob(glob_t *glob)
#warning No native implementation of file globbing.
glob_t *I_StartGlob(const char *directory, const char *glob)
glob_t *I_StartGlob(const char *directory, const char *glob, int flags)
{
return NULL;
}