From 5d8801d4687035ae45143f0f3bc3eeaf75dc17ec Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 11 Aug 2014 23:26:36 +0200 Subject: Upgrade code to iodine 0.7.0 and improve logging --- jni/iodine/src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'jni/iodine/src/util.h') 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 -- cgit v1.2.1