summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 637127e2e..cfc585c28 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -190,5 +190,10 @@ void options_dump(FILE *outf);
int options_snoptionf(char *string, size_t size, unsigned int option,
const char *fmt);
+/**
+ * Process commandline and set options approriately.
+ */
+void options_commandline(int *pargc, char **argv);
+
#endif