diff options
author | Benoît Dejean <bdejean@src.gnome.org> | 2006-04-02 09:09:41 +0000 |
---|---|---|
committer | Benoît Dejean <bdejean@src.gnome.org> | 2006-04-02 09:09:41 +0000 |
commit | a7cf016d67ac43099ed674fd287bac629d724715 (patch) | |
tree | d79c1ef9508d15a19132f1fd0b06686c47b47752 /src/daemon/daemon.h | |
parent | ec7922c6bd90815d619f6cf0c39c7b8b7aaee086 (diff) | |
download | libgtop-a7cf016d67ac43099ed674fd287bac629d724715.tar.gz |
Reverted. See #336837
* configure.in:
* src/daemon/daemon.h:
* src/daemon/gnuserv.c: (main):
Reverted. See #336837
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 21badd0f..a585b32c 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -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 |