aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r--scd/scdaemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index 230653b11..7eb08a904 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -129,7 +129,10 @@ void send_keyinfo (ctrl_t ctrl, int data, const char *keygrip_str,
const char *serialno, const char *idstr);
void popup_prompt (void *opaque, int on);
+
+/* Take care: this function assumes that APP is locked. */
void send_client_notifications (app_t app, int removal);
+
void scd_kick_the_loop (void);
int get_active_connection_count (void);