aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:49:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:49:56 +1300
commit117aec772e1645e702db37d94e73cf0200d8ab12 (patch)
tree776e585b4b6ebaa92440ce1a49ec207e36bea22d /wtf8.h
parentMake some dense code a little less opaque (diff)
downloadwtf8-117aec772e1645e702db37d94e73cf0200d8ab12.tar.gz
wtf8-117aec772e1645e702db37d94e73cf0200d8ab12.zip
Refactor for legibility
Diffstat (limited to 'wtf8.h')
-rw-r--r--wtf8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wtf8.h b/wtf8.h
index f6f3de6..e8a40f4 100644
--- a/wtf8.h
+++ b/wtf8.h
@@ -6,5 +6,5 @@
#define CHAR_SEP ' '
int is_utf8_cont(unsigned char);
-void print_octets(char *);
-void print_characters(char *);
+void print_octets(FILE *, char *);
+void print_characters(FILE *, char *);