X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fping.h;fp=openbox%2Fping.h;h=1333ea0fa09c785d4f3311eafce1260a4394b29a;hb=299687110d478a4928932f72031c345b27a01840;hp=9f5c157b704da0e251aa58fedd14b30a6df9c130;hpb=2ee4251092a70af6a7c1826aaef01506dfcbf556;p=chaz%2Fopenbox 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);