From e093c65637385fe3b3db6ce5a830e5c9c2a00dd4 Mon Sep 17 00:00:00 2001 From: GDR! Date: Wed, 7 Dec 2016 14:56:26 +0100 Subject: Made tuntox build with TokTok/c-toxcore --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') 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); int string_to_id(char_t *w, char_t *a); void* file_raw(char *path, uint32_t *size); const char *readable_connection_status(TOX_CONNECTION status); +int parse_local_port_forward(char *string, int *local_port, char **hostname, int *remote_port); +int parse_pipe_port_forward(char *string, char **hostname, int *remote_port); #endif -- cgit v1.2.3