summaryrefslogtreecommitdiff
path: root/src/XGetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XGetopt.h')
-rw-r--r--src/XGetopt.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/XGetopt.h b/src/XGetopt.h
deleted file mode 100644
index 7e75f26e..00000000
--- a/src/XGetopt.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// XGetopt.h Version 1.2
-//
-// Author: Hans Dietrich
-// hdietrich2@hotmail.com
-//
-// This software is released into the public domain.
-// You are free to use it in any way you like.
-//
-// This software is provided "as is" with no expressed
-// or implied warranty. I accept no liability for any
-// damage or loss of business that this software may cause.
-//
-///////////////////////////////////////////////////////////////////////////////
-
-#ifndef XGETOPT_H
-#define XGETOPT_H
-
-extern int optind, opterr;
-extern TCHAR *optarg;
-
-int getopt(int argc, TCHAR *argv[], TCHAR *optstring);
-
-#endif //XGETOPT_H