X-Git-Url: https://git.toastfreeware.priv.at/debian/iodine.git/blobdiff_plain/5cb7706ba171de028037c6ae0761dd9f53c8eeae..b6c323ce263d21ff233c5fd668a913645291c9e9:/src/util.h diff --git a/src/util.h b/src/util.h index f514139..6872077 100644 --- a/src/util.h +++ b/src/util.h @@ -2,5 +2,6 @@ #define __UTIL_H__ char *get_resolvconf_addr(); +void socket_setrtable(int fd, int rtable); #endif