diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,7 +28,5 @@ ((_a) > (_b) ? (_a) : (_b)) 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 */ |