]> git.sesse.net Git - x264/blobdiff - extras/getopt.c
Windows 64-bit support
[x264] / extras / getopt.c
index a890fde56ae92d92eb132c3d6c878cfc592fe0fc..d2dbd306d891b81be282331873c637c5934d2fd9 100644 (file)
@@ -988,6 +988,11 @@ getopt (argc, argv, optstring)
 
 int
 getopt_long (argc, argv, optstring, long_options, opt_index)
+     int argc;
+     char *const *argv;
+     const char *optstring;
+     const struct option *long_options;
+     int *opt_index;
 {
   return _getopt_internal (argc, argv, optstring, long_options, opt_index, 0);
 }