mirror of
https://github.com/yarrick/iodine.git
synced 2025-01-26 10:46:40 +00:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef __UTIL_H__
|
|
#define __UTIL_H__
|
|
|
|
char *get_resolvconf_addr();
|
|
void socket_setrtable(int fd, int rtable);
|
|
|
|
#endif
|