summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index c82b623..549b529 100644
--- a/util.h
+++ b/util.h
@@ -22,5 +22,7 @@
(sizeof(_str) - 1)
unsigned get_ncpus(void);
+void ask_string(char *buf, int len, const char *prompt, const char *def);
+void ask_num(int *res, int max, const char *prompt, int def);
#endif /* _UTIL_H */
© All Rights Reserved