summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util.h b/util.h
index ef874e7..3def3c7 100644
--- a/util.h
+++ b/util.h
@@ -31,8 +31,7 @@ enum {
FieldFeedType, FieldLast
};
-int absuri(const char *, const char *, char *, size_t);
-int encodeuri(const char *, char *, size_t);
+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);