diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:20:40 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:33:03 +0200 |
commit | 8e7e029114c59341ec793dc9e96ee410a5f37e2b (patch) | |
tree | ac196b359c93716158dedd767f425d9e093c9b71 /include/fmt.h | |
parent | f9a8fff2f90626aadd915178d04ece49d8c4884a (diff) |
update to version 25meson
Diffstat (limited to 'include/fmt.h')
-rw-r--r-- | include/fmt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fmt.h b/include/fmt.h index 41acaa1..790a56a 100644 --- a/include/fmt.h +++ b/include/fmt.h @@ -3,8 +3,8 @@ /** @file fmt.h - @author djb, kp, feh - @source qmail + @authors djb, kp, feh + @ref qmail @brief conversion function declarations */ @@ -12,7 +12,7 @@ #define FMT_LEN ((char *)0) /* convenient abbreviation */ extern unsigned int fmt_str(char *, const char *); -extern unsigned int fmt_strn(char *, char *, unsigned int); +extern unsigned int fmt_strn(char *, const char *, unsigned int); extern unsigned int fmt_uint(char *, unsigned int); extern unsigned int fmt_uint0(char *, unsigned int, unsigned int); extern unsigned int fmt_ulong(char *, unsigned long); |