aboutsummaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-18 23:45:47 +0100
committerFederico Angelilli <code@fedang.net>2024-11-18 23:45:47 +0100
commit7a33c4e201783acb7d5bdd07bbccf921940b332c (patch)
tree3320c0da2c98bdc41529542eb8121daba0ba4bd8 /src/format.h
parentca2cf9265e2030a9098f18315e3addde7f518192 (diff)
Use format for fs
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index 93391ec..8f8eafc 100644
--- a/src/format.h
+++ b/src/format.h
@@ -19,7 +19,7 @@ typedef struct {
bool format_init(format_t *format, const char *string, char delim);
-bool format_remark(format_t *format, const char *label, const format_pair_t *pairs);
+int format_remark(format_t *format, const char *label, const format_pair_t *pairs);
void format_free(format_t *format);