(daemon, daemonize): Rename to avoid name clash with BSD's daemon().

(daemonize): Supply missing declaration.
This commit is contained in:
Markus Armbruster 2005-03-09 14:45:41 +00:00
parent 30f2b2c4ea
commit 84b8189c13
3 changed files with 9 additions and 11 deletions

View file

@ -124,6 +124,7 @@ typedef short coord;
#define days(x) (60*60*24*(x))
extern int debug;
extern int daemonize;
/*
* If EXPR is true, an internal error occured.