projects
/
l2tpns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
logging
[l2tpns.git]
/
util.h
1
#ifndef __UTIL_H__
2
#define __UTIL_H__
3
4
char
*
fmtaddr
(
in_addr_t addr
,
int
n
);
5
void
*
shared_malloc
(
unsigned int
size
);
6
pid_t
fork_and_close
(
void
);
7
8
#endif
/* __UTIL_H__ */