aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index fcce082..794874e 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -711,6 +711,15 @@ void _gpgrt_kill_process (pid_t pid);
void _gpgrt_release_process (pid_t pid);
+/*
+ * Local prototypes for argparse.
+ */
+int _gpgrt_argparse (estream_t fp, gpgrt_argparse_t *arg, gpgrt_opt_t *opts);
+const char *_gpgrt_strusage (int level);
+void _gpgrt_set_strusage (const char *(*f)(int));
+void _gpgrt_set_usage_outfnc (int (*fnc)(int, const char *));
+void _gpgrt_set_fixed_string_mapper (const char *(*f)(const char*));
+
/*