aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 00:47:02 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 00:53:24 +0100
commitf8cfe5e8806cfd84dc83714e495b58890ef4bb02 (patch)
treed154ea27de49e169817263d2a28f097e67760e22 /strbuf.h
parentAdd param field to content_line. (diff)
downloadcalp-f8cfe5e8806cfd84dc83714e495b58890ef4bb02.tar.gz
calp-f8cfe5e8806cfd84dc83714e495b58890ef4bb02.tar.xz
Add formatting macros.
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/strbuf.h b/strbuf.h
index 77a401b5..e6f59896 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -103,4 +103,8 @@ int strbuf_realloc_copy(strbuf* dest, strbuf* src);
*/
int strbuf_init_copy(strbuf* dest, strbuf* src);
+strbuf* RESOLVE(strbuf)(strbuf*, strbuf*);
+
+FMT_F(strbuf);
+
#endif /* STRBUF_H */