Reverted. See #336837

* configure.in:
	* src/daemon/daemon.h:
	* src/daemon/gnuserv.c: (main):

	Reverted. See #336837
This commit is contained in:
Benoît Dejean
2006-04-02 09:09:41 +00:00
parent ec7922c6bd
commit a7cf016d67
4 changed files with 52 additions and 31 deletions

View File

@@ -71,8 +71,8 @@ int do_read (int s, void *ptr, size_t total_size) G_GNUC_INTERNAL;
void syslog_message (int priority, const char *format, ...) G_GNUC_INTERNAL G_GNUC_PRINTF(2, 3);
void syslog_io_message (int priority, const char *format, ...) G_GNUC_INTERNAL G_GNUC_PRINTF(2, 3);
extern gboolean enable_debug;
extern gboolean verbose_output;
extern int enable_debug;
extern int verbose_output;
G_END_DECLS