Cleanups and sync

This commit is contained in:
David Parrish 2004-09-02 04:18:07 +00:00
parent 133cc062ad
commit d52f68e6d3
12 changed files with 1008 additions and 997 deletions

1
util.h
View file

@ -2,5 +2,6 @@
#define __UTIL_H__
char *inet_toa(unsigned long addr);
void *shared_malloc(unsigned int size);
#endif /* __UTIL_H__ */