diff options
Diffstat (limited to 'jni/iodine/src/util.h')
-rw-r--r-- | jni/iodine/src/util.h | 1 |
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 |