l2tpns/util.h
Brendan O'Dea 2f5b811429 make "established" a different tcp flag match
add fragment handling
drop IP address from LOG macro (function)
2004-11-29 02:17:17 +00:00

8 lines
164 B
C

#ifndef __UTIL_H__
#define __UTIL_H__
char *fmtaddr(ipt addr, int n);
void *shared_malloc(unsigned int size);
pid_t fork_and_close(void);
#endif /* __UTIL_H__ */