summaryrefslogtreecommitdiff
path: root/openbox/ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/ping.h')
-rw-r--r--openbox/ping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/ping.h b/openbox/ping.h
index 0b6dfead..9f5c157b 100644
--- a/openbox/ping.h
+++ b/openbox/ping.h
@@ -36,6 +36,6 @@ typedef void (*ObPingEventHandler) (struct _ObClient *c, gboolean dead);
void ping_start(struct _ObClient *c, ObPingEventHandler h);
void ping_stop(struct _ObClient *c);
-void ping_got_pong(Time timestamp);
+void ping_got_pong(guint32 id);
#endif