aboutsummaryrefslogtreecommitdiff
path: root/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'opts.h')
-rw-r--r--opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opts.h b/opts.h
index 86e2f24..196c047 100644
--- a/opts.h
+++ b/opts.h
@@ -16,3 +16,5 @@ void process_options(int *argcp, char *argv[], struct opt opts[],
int case_sensitive);
int opt_get_unsigned(const struct opt *o, unsigned *valp);
+
+char *opt_get_string(const struct opt *o);