aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r--scd/scdaemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index 02ccf4447..5ae656ca2 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -153,7 +153,7 @@ int get_active_connection_count (void);
/*-- app.c --*/
int scd_update_reader_status_file (void);
-int app_wait (void);
-void app_show_list (ctrl_t ctrl);
+void app_wait (void);
+gpg_error_t app_send_devinfo (ctrl_t ctrl);
#endif /*SCDAEMON_H*/