1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-04 05:43:33 +03:00
iodine/src/util.h
2012-02-04 20:34:05 +01:00

7 lines
119 B
C

#ifndef __UTIL_H__
#define __UTIL_H__
char *get_resolvconf_addr();
void socket_setrtable(int fd, int rtable);
#endif