ToastFreeware
/
debian
/
iodine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
releasing package iodine version 0.7.0-10 into distribution unstable
[debian/iodine.git]
/
src
/
util.h
1
#ifndef __UTIL_H__
2
#define __UTIL_H__
3
4
char *get_resolvconf_addr();
5
void socket_setrtable(int fd, int rtable);
6
7
#endif