summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2016-12-07 14:56:26 +0100
committerGDR! <gdr@gdr.name>2016-12-07 14:56:26 +0100
commite093c65637385fe3b3db6ce5a830e5c9c2a00dd4 (patch)
tree933d17400354412b2ac0fe895884a76e6534d6e0 /util.h
parentae6ff817c202fa6e41b6ec705152fbfee6c92cd1 (diff)
Made tuntox build with TokTok/c-toxcore
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 1a210d5..7dced6b 100644
--- a/util.h
+++ b/util.h
@@ -13,5 +13,7 @@ void id_to_string(char_t *dest, const char_t *src);
13int string_to_id(char_t *w, char_t *a); 13int string_to_id(char_t *w, char_t *a);
14void* file_raw(char *path, uint32_t *size); 14void* file_raw(char *path, uint32_t *size);
15const char *readable_connection_status(TOX_CONNECTION status); 15const char *readable_connection_status(TOX_CONNECTION status);
16int parse_local_port_forward(char *string, int *local_port, char **hostname, int *remote_port);
17int parse_pipe_port_forward(char *string, char **hostname, int *remote_port);
16 18
17#endif 19#endif