Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rosapps / applications / net / ncftp / ncftp / getopt.h
diff --git a/modules/rosapps/applications/net/ncftp/ncftp/getopt.h b/modules/rosapps/applications/net/ncftp/ncftp/getopt.h
new file mode 100644 (file)
index 0000000..cc22059
--- /dev/null
@@ -0,0 +1,12 @@
+/* getopt.h
+ *
+ * Copyright (c) 1992-2001 by Mike Gleason.
+ * All rights reserved.
+ *
+ */
+
+#define kGetoptBadChar   ((int) '?')
+#define kGetoptErrMsg    ""
+
+void GetoptReset(void);
+int Getopt(int nargc, const char **const nargv, const char *const ostr);