summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-25 08:20:04 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-25 08:20:04 +0000
commitf66f7fde8c07c98594f4aec55dde0fc81b83192f (patch)
treede8d87a7c2c3fd84b1bf320bd741f5f978e0afad /src/daemon/daemon.h
parent9049a19434f293e650402c724f460d2473e66bcb (diff)
downloadlibgtop-f66f7fde8c07c98594f4aec55dde0fc81b83192f.tar.gz
Added prototype. Added cast to `const void *' in calls to `write' and
1998-08-25 Martin Baulig <martin@home-of-linux.org> * daemon.h (handle_parent_connection): Added prototype. * write.c, io.c: Added cast to `const void *' in calls to `write' and `send' to avoid compiler warnings. * gnuserv.c (handle_signal): Declared static. (main): Casting return value of `getuid' to `int' in debugging statement. * ChangeLog: New file.
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 9a807833..cc968326 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -50,6 +50,7 @@ __BEGIN_DECLS
#define MSG_BUFSZ sizeof (struct _glibtop_ipc_message)
#define MSG_MSGSZ (MSG_BUFSZ - sizeof (long))
+extern void handle_parent_connection __P((int));
extern void handle_slave_connection __P((int, int));
extern void handle_slave_command __P((glibtop_command *, glibtop_response *, const void *));