aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2020-04-02 06:31:03 +0000
committerNIIBE Yutaka <[email protected]>2020-04-02 06:37:20 +0000
commita93ad80427229f57c7aa9bba8fdf1b28f8ec81a7 (patch)
tree15c6a997c0130805e0574f8a4a15cdec4d1d585d /scd/scdaemon.h
parentwatch: show information. (diff)
downloadgnupg-gniibe/scd-watch.tar.gz
gnupg-gniibe/scd-watch.zip
scd: change the command name DEVINFO.gniibe/scd-watch
Signed-off-by: NIIBE Yutaka <[email protected]>
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*/