summaryrefslogtreecommitdiff
path: root/jni/iodine/src/util.h
blob: 68720773cc436cc70af0a27cdd4d7ff2ad3e4f2d (plain)
1
2
3
4
5
6
7
#ifndef __UTIL_H__
#define __UTIL_H__

char *get_resolvconf_addr();
void socket_setrtable(int fd, int rtable);

#endif