summaryrefslogtreecommitdiff
path: root/jni/iodine/src/util.h
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-08-11 23:26:36 +0200
committerYves Fischer <yvesf-git@xapek.org>2014-08-11 23:26:36 +0200
commit5d8801d4687035ae45143f0f3bc3eeaf75dc17ec (patch)
treebf4395fd5938eb1865ba90b6e52e169d727d9404 /jni/iodine/src/util.h
parent1251ce0d7cf2619f9b41637dcb88bebb66e54fb3 (diff)
downloadandiodine-5d8801d4687035ae45143f0f3bc3eeaf75dc17ec.tar.gz
andiodine-5d8801d4687035ae45143f0f3bc3eeaf75dc17ec.zip
Upgrade code to iodine 0.7.0 and improve logging
Diffstat (limited to 'jni/iodine/src/util.h')
-rw-r--r--jni/iodine/src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/iodine/src/util.h b/jni/iodine/src/util.h
index f514139..6872077 100644
--- a/jni/iodine/src/util.h
+++ b/jni/iodine/src/util.h
@@ -2,5 +2,6 @@
#define __UTIL_H__
char *get_resolvconf_addr();
+void socket_setrtable(int fd, int rtable);
#endif