projects
/
l2tpns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
be797f8defa91c9351ad864c9bc66309f9f9dfe2
[l2tpns.git]
/
util.h
1
#ifndef __UTIL_H__
2
#define __UTIL_H__
3
4
char
*
inet_toa
(
unsigned long
addr
);
5
6
#endif
/* __UTIL_H__ */