From f8cfe5e8806cfd84dc83714e495b58890ef4bb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Feb 2019 00:47:02 +0100 Subject: Add formatting macros. --- vcal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcal.h') diff --git a/vcal.h b/vcal.h index 761448c9..dc639232 100644 --- a/vcal.h +++ b/vcal.h @@ -87,5 +87,7 @@ int PUSH(vcomponent)(vcomponent*, vcomponent*); int DEEP_COPY(vcomponent)(vcomponent*, vcomponent*); +FMT_F(content_line); +FMT_F(vcomponent); #endif /* VCAL_H */ -- cgit v1.2.3