]> Dogcows Code - chaz/openbox/blobdiff - openbox/ping.h
use hash tables in ping.[ch] instead of a list. we're pinging every window, not just...
[chaz/openbox] / openbox / ping.h
index 9f5c157b704da0e251aa58fedd14b30a6df9c130..1333ea0fa09c785d4f3311eafce1260a4394b29a 100644 (file)
@@ -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);
 
This page took 0.021028 seconds and 4 git commands to generate.