diff options
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 6d950b5c0..37590b65e 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -123,9 +123,10 @@ int scd_command_handler (ctrl_t, int); void send_status_info (ctrl_t ctrl, const char *keyword, ...) GPGRT_ATTR_SENTINEL(1); void send_status_direct (ctrl_t ctrl, const char *keyword, const char *args); -void scd_update_reader_status_file (void); void send_client_notifications (app_t app, int removal); -void update_usb (int periodical_check_needed); void scd_kick_the_loop (void); +/*-- app.c --*/ +int scd_update_reader_status_file (void); + #endif /*SCDAEMON_H*/ |