mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef __UTIL_H__
|
|
#define __UTIL_H__
|
|
|
|
char *get_resolvconf_addr();
|
|
|
|
#endif
|