X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fping.h;h=1333ea0fa09c785d4f3311eafce1260a4394b29a;hb=23f3d6e34fcb4714c58e55b2528f897e2f0effe4;hp=0b6dfeadbf51b978dd0e6c45abae1ef0d0a63868;hpb=fb7a71da202632c7301ada67c8b4420bfb8d8fbe;p=chaz%2Fopenbox diff --git a/openbox/ping.h b/openbox/ping.h index 0b6dfead..1333ea0f 100644 --- a/openbox/ping.h +++ b/openbox/ping.h @@ -33,9 +33,12 @@ 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); -void ping_got_pong(Time timestamp); +void ping_got_pong(guint32 id); #endif