summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:11:56 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:11:56 +0100
commit4d6e19edcf9c031ef8195148d86bf499e3c285da (patch)
treed0c6cbcc69683e58d86c4ecdbe1cc76d139af1e7 /util.h
parent2416e28bbc74959fcd5b9371c19152ec3d0c3d78 (diff)
move printutf8padded to util
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index c3b5f1e..db9ef4c 100644
--- a/util.h
+++ b/util.h
@@ -23,3 +23,4 @@ unsigned int parseline(char **line, size_t *size, char **fields,
void printfeednameid(const char *s, FILE *fp);
void printhtmlencoded(const char *s, FILE *fp);
void printlink(const char *link, const char *baseurl, FILE *fp);
+void printutf8pad(FILE *fp, const char *s, size_t len, int pad);