summaryrefslogtreecommitdiff
path: root/openbox/ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/ping.h')
-rw-r--r--openbox/ping.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/ping.h b/openbox/ping.h
index 9f5c157b..1333ea0f 100644
--- a/openbox/ping.h
+++ b/openbox/ping.h
@@ -33,6 +33,9 @@ struct _ObClient;
*/
typedef void (*ObPingEventHandler) (struct _ObClient *c, gboolean dead);
+void ping_startup(gboolean reconfigure);
+void ping_shutdown(gboolean reconfigure);
+
void ping_start(struct _ObClient *c, ObPingEventHandler h);
void ping_stop(struct _ObClient *c);