summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/options.h b/desktop/options.h
index c75ba18a8..47a648d75 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -187,6 +187,8 @@ void options_dump(FILE *outf);
* \param fmt The format string.
* \return The number of bytes written to \a string or -1 on error
*/
-int snoptionf(char *string, size_t size, unsigned int option, const char *fmt);
+int options_snoptionf(char *string, size_t size, unsigned int option,
+ const char *fmt);
#endif
+