summaryrefslogtreecommitdiff
path: root/lib/libkeynote/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkeynote/getopt.h')
-rw-r--r--lib/libkeynote/getopt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libkeynote/getopt.h b/lib/libkeynote/getopt.h
deleted file mode 100644
index e9e0dd521ba..00000000000
--- a/lib/libkeynote/getopt.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* $OpenBSD: getopt.h,v 1.1 1999/10/01 01:08:30 angelos Exp $ */
-extern int opterr; /* flag:error message on unrecognzed options */
-extern int optind; /* last touched cmdline argument */
-extern char *optarg; /* argument to optopt */
-int getopt(int argc, char **argv, char *opts);