summaryrefslogtreecommitdiff
path: root/gnu/dist/diffutils/lib/prepargs.h
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-26 00:43:02 +0000
committerwiz <wiz@NetBSD.org>2003-01-26 00:43:02 +0000
commitb8ffffc7d9d0669c0c11591e108943d9f0af97d5 (patch)
treeedfd730e7deb5e72331af706e54fb4986ce34a09 /gnu/dist/diffutils/lib/prepargs.h
parent488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a (diff)
Import of diffutils-2.8.1 (converted with to-be-committed
diffutils2netbsd script).
Diffstat (limited to 'gnu/dist/diffutils/lib/prepargs.h')
-rw-r--r--gnu/dist/diffutils/lib/prepargs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/dist/diffutils/lib/prepargs.h b/gnu/dist/diffutils/lib/prepargs.h
new file mode 100644
index 00000000000..6fa90ae439a
--- /dev/null
+++ b/gnu/dist/diffutils/lib/prepargs.h
@@ -0,0 +1,5 @@
+/* $NetBSD: prepargs.h,v 1.1.1.1 2003/01/26 00:43:14 wiz Exp $ */
+
+/* Parse arguments from a string and prepend them to an argv. */
+
+void prepend_default_options (char const *, int *, char ***);