diff options
author | toni <matzeton@googlemail.com> | 2016-09-12 23:26:23 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-09-12 23:26:23 +0200 |
commit | e3d0c979b3ab8a6611b23941ce90f8f0f7c18149 (patch) | |
tree | ed314c3b6a5f5bb95919317bedf5137c186d0402 /src/ui_ipc.h | |
parent | b8dbe6d96045bca500497dcd71a4db0e0b8a110e (diff) |
ui_ipc_msgclear + busy and error window
Diffstat (limited to 'src/ui_ipc.h')
-rw-r--r-- | src/ui_ipc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui_ipc.h b/src/ui_ipc.h index d366141..2e72276 100644 --- a/src/ui_ipc.h +++ b/src/ui_ipc.h @@ -50,4 +50,7 @@ ui_ipc_msgrecv(enum UI_IPC_MSQ e_mq, char *msg_ptr, time_t tmout); long ui_ipc_msgcount(enum UI_IPC_MSQ e_mq); +void +ui_ipc_msgclear(enum UI_IPC_MSQ e_mq); + #endif |