1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-16 20:43:17 +03:00
iodine/src/util.h

7 lines
76 B
C
Raw Normal View History

#ifndef __UTIL_H__
#define __UTIL_H__
char *get_resolvconf_addr();
#endif