summaryrefslogtreecommitdiff
path: root/include/fmt.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-09-28 21:20:40 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-09-28 21:33:03 +0200
commit8e7e029114c59341ec793dc9e96ee410a5f37e2b (patch)
treeac196b359c93716158dedd767f425d9e093c9b71 /include/fmt.h
parentf9a8fff2f90626aadd915178d04ece49d8c4884a (diff)
update to version 25meson
Diffstat (limited to 'include/fmt.h')
-rw-r--r--include/fmt.h6
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);