summaryrefslogtreecommitdiff
path: root/lib/libkeynote/getopt.h
diff options
context:
space:
mode:
authorMathieu Sauve-Frankel <msf@cvs.openbsd.org>2004-06-24 23:08:25 +0000
committerMathieu Sauve-Frankel <msf@cvs.openbsd.org>2004-06-24 23:08:25 +0000
commite741b28ed2aa303cd45be8911c5e92eed38a64fd (patch)
treec31b78d4b19e2bdcfd498c92a09320e06bcbd32b /lib/libkeynote/getopt.h
parentdb36f3a4dc2d64df9bbf7df57fa8cb68622ff387 (diff)
Remove unused getopt implementation. These files are not used.
ok hshoexer@ theo@
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);