aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 7c73fc8..c539ad9 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -7,5 +7,6 @@
int get_input(const char *prompt, char *buf, size_t len);
bool y_or_n(const char *prompt);
+int xsnprintf(char *str, size_t size, const char *restrict format, ...);
#endif /* SF_UTILS_H */