fixed Makefile.nix to load openjpeg library from this archive
[openjpeg.git] / applications / common / getopt.h
index 779fe470b399019356eedf3f518b23a28402c915..1b32d2b67bd75ca97c328886de800c7b09065979 100644 (file)
@@ -24,6 +24,6 @@ extern char *optarg;
 extern int getopt(int nargc, char *const *nargv, const char *ostr);
 extern int getopt_long(int argc, char * const argv[], const char *optstring,
                        const struct option *longopts, int totlen);
-extern void reset_options_reading();
+extern void reset_options_reading(void);
 
 #endif                         /* _GETOPT_H_ */