l2tpns/util.h
2004-09-02 04:18:07 +00:00

7 lines
140 B
C

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