diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBZ_File/files/dbz.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/p5-DBZ_File/files/dbz.c b/databases/p5-DBZ_File/files/dbz.c index b1df400a9054..106dd52245bc 100644 --- a/databases/p5-DBZ_File/files/dbz.c +++ b/databases/p5-DBZ_File/files/dbz.c @@ -305,13 +305,6 @@ static int debug; /* controlled by dbzdebug() */ #define Debug(args) ; #endif -/* externals used */ -extern char *malloc(); -extern char *calloc(); -extern void free(); /* ANSI C; some old implementations say int */ -extern int atoi(); -extern long atol(); - /* misc. forwards */ static long hash(); static void crcinit(); |