l2tpns/util.h
Brendan O'Dea 14013054f3 - Use 2 seperate u16 values for throttle rate in/out
- Defer adding radius fds to the select loop until become_master
2004-11-02 04:35:03 +00:00

8 lines
168 B
C

#ifndef __UTIL_H__
#define __UTIL_H__
char *inet_toa(unsigned long addr);
void *shared_malloc(unsigned int size);
pid_t fork_and_close(void);
#endif /* __UTIL_H__ */