Cleanups and sync
[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
7 #endif /* __UTIL_H__ */