]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/getopt.h
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / lib / getopt.h
index b0147e9d2ac314401941304659c3c19575f025df..31e4a235db62ac0cd4efb81c4f0960757cbf8c2a 100644 (file)
@@ -138,15 +138,15 @@ extern int getopt ();
 
 # ifndef __need_getopt
 extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
-                       const struct option *__longopts, int *__longind);
+                       const struct option *__longopts, int *__longind);
 extern int getopt_long_only (int __argc, char *const *__argv,
                             const char *__shortopts,
-                            const struct option *__longopts, int *__longind);
+                            const struct option *__longopts, int *__longind);
 
 /* Internal only.  Users should not call this directly.  */
 extern int _getopt_internal (int __argc, char *const *__argv,
                             const char *__shortopts,
-                            const struct option *__longopts, int *__longind,
+                            const struct option *__longopts, int *__longind,
                             int __long_only);
 # endif
 #else /* not __STDC__ */