projects
/
l2tpns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5fe9d4f856d92762a939b5a97016a113ff69cca3
[l2tpns.git]
/
util.h
1
#ifndef __UTIL_H__
2
#define __UTIL_H__
3
4
char
*
inet_toa
(
unsigned long
addr
);
5
void
*
shared_malloc
(
unsigned int
size
);
6
pid_t
fork_and_close
(
void
);
7
8
#endif
/* __UTIL_H__ */