summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorMichael Terry <mterry@src.gnome.org>2006-04-02 03:58:45 +0000
committerMichael Terry <mterry@src.gnome.org>2006-04-02 03:58:45 +0000
commitec7922c6bd90815d619f6cf0c39c7b8b7aaee086 (patch)
tree45196c3ad95a2d40cecb583a0606fd2a572491a1 /src/daemon/daemon.h
parentc2104f2f0b39f2fff8d428d4e7844c6e5dc92a48 (diff)
downloadlibgtop-ec7922c6bd90815d619f6cf0c39c7b8b7aaee086.tar.gz
bug 336837: convert from popt to goption
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index a585b32c..21badd0f 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 int enable_debug;
-extern int verbose_output;
+extern gboolean enable_debug;
+extern gboolean verbose_output;
G_END_DECLS