summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/util.h b/util.h
index 6d0d58d..cf250ec 100644
--- a/util.h
+++ b/util.h
@@ -33,9 +33,9 @@ enum {
FieldContentType, FieldId, FieldAuthor, FieldEnclosure, FieldLast
};
-int absuri(char *, size_t, const char *, const char *);
-size_t parseline(char *, char *[FieldLast]);
-int parseuri(const char *, struct uri *, int);
-void printutf8pad(FILE *, const char *, size_t, int);
-int strtotime(const char *, time_t *);
-void xmlencode(const char *, FILE *);
+int absuri(char *, size_t, const char *, const char *);
+void parseline(char *, char *[FieldLast]);
+int parseuri(const char *, struct uri *, int);
+void printutf8pad(FILE *, const char *, size_t, int);
+int strtotime(const char *, time_t *);
+void xmlencode(const char *, FILE *);