Cleanups and sync

This commit is contained in:
fred_nerk 2004-09-02 04:18:07 +00:00
parent 2bbbe1c31b
commit 272e831e80
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__ */