diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 2e99a21..fedbc5e 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,6 +4,6 @@ #include "fm.h" #include "wm.h" -int get_input(const char *prompt, char *buf); +int get_input(const char *prompt, char *buf, size_t len); #endif /* SF_UTILS_H */ |
