1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

On Linux don't redefine the prototypes to malloc() and realloc() to the wrong

things.
This commit is contained in:
Peter Howkins 2012-03-12 00:37:58 +00:00
parent 86909a64f0
commit 84139c3575

View file

@ -57,7 +57,9 @@ typedef int Bool;
extern char *ProgramName;
#if !defined(linux)
extern char *malloc(), *realloc();
#endif
int process_command(), auth_initialize(), auth_finalize();
extern int print_help();
extern int verbose;