Renamed numerous functions more sensibly and moved all single protos from .h to appropriate .c

This commit is contained in:
Rumble 2007-01-15 17:48:18 +00:00
parent 6e584e104e
commit 5e5ad41afc
33 changed files with 1626 additions and 689 deletions

View file

@ -22,7 +22,6 @@
int *zmalloc(int, char *, int);
void zfree(int *, char *, int);
void zfree_special (int *, char *, int);
int zmalloc_check();
char *zstrdup(const char*, char*, int);