use ANSI function prototype

This commit is contained in:
Jeff Hill
2000-02-07 21:54:31 +00:00
parent eb7cd78414
commit b32f744d0e
+2 -1
View File
@@ -104,7 +104,8 @@ struct option
epicsShareFunc extern int epicsShareAPI
getopt (int argc, char *const *argv, const char *shortopts);
#else /* not __GNU_LIBRARY__ */
epicsShareFunc extern int epicsShareAPI getopt ();
epicsShareFunc extern int epicsShareAPI
getopt (int argc, char *const *argv, const char *shortopts);
#endif /* not __GNU_LIBRARY__ */
epicsShareFunc extern int epicsShareAPI
getopt_long (int argc, char *const *argv, const char *shortopts,