summaryrefslogtreecommitdiffstats
path: root/contrib/patch/argmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/patch/argmatch.h')
-rw-r--r--contrib/patch/argmatch.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/patch/argmatch.h b/contrib/patch/argmatch.h
deleted file mode 100644
index e95ff62..0000000
--- a/contrib/patch/argmatch.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* argmatch.h -- declarations for matching arguments against option lists */
-
-#if defined __STDC__ || __GNUC__
-# define __ARGMATCH_P(args) args
-#else
-# define __ARGMATCH_P(args) ()
-#endif
-
-int argmatch __ARGMATCH_P ((const char *, const char * const *));
-void invalid_arg __ARGMATCH_P ((const char *, const char *, int));
-
-extern char const program_name[];
OpenPOWER on IntegriCloud