aboutsummaryrefslogtreecommitdiffstats
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.h b/src/msg.h
index 5fe90ef..f3fcbb8 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -16,5 +16,6 @@ void msg_destroy(MBPanel *d, MBPanelMessageQueue *m);
void msg_add_data(MBPanel *d, XClientMessageEvent *e);
void msg_handle_events(MBPanel *d, XEvent *e);
void msg_handle_timeouts(MBPanel *d);
+void msg_cancel(MBPanel *d, XClientMessageEvent *e);
#endif