tAdd prototypes for write_* functions - scribo - Email-based phlog generator
(HTM) git clone git://git.z3bra.org/scribo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a5dc2e472e6f1556f303a331be44384f25dfc142
(DIR) parent 215d539f5dd87b190eb14288c6e45b9ac197fee4
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Wed, 9 Sep 2020 08:44:03 +0200
Add prototypes for write_* functions
Diffstat:
M scribo.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/scribo.c b/scribo.c
t@@ -38,6 +38,8 @@ char * header(struct headers *, char *);
struct hdr * saveheader(struct headers *, char *);
int parseheaders(FILE *, struct headers *);
int verifyheaders(struct headers *);
+int write_8bit(FILE *, FILE *);
+int write_b64(FILE *, FILE *);
int writeentry(FILE *, char *, struct headers *);
int writeindex(FILE *, char *);