diff options
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 9ff72c12e..096a4b9e2 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -155,7 +155,6 @@ int get_active_connection_count (void); /*-- app.c --*/ int scd_update_reader_status_file (void); -void app_wait (void); -gpg_error_t app_send_devinfo (ctrl_t ctrl); +gpg_error_t app_send_devinfo (ctrl_t ctrl, int keep_looping); #endif /*SCDAEMON_H*/ |