diff options
author | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
commit | 1bcf8ef9dea1a9b171c27ef48cadb79df6201e33 (patch) | |
tree | 2ad720429f4b04941ebf0fcbe005e63c89fe69c6 /g10/status.h | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.tar.gz gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.zip |
Cleanups, fixes and PC/SC support
Diffstat (limited to 'g10/status.h')
-rw-r--r-- | g10/status.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/status.h b/g10/status.h index 44a7d6d32..4a0bcd45b 100644 --- a/g10/status.h +++ b/g10/status.h @@ -110,10 +110,6 @@ void write_status_buffer ( int no, void write_status_text_and_buffer ( int no, const char *text, const char *buffer, size_t len, int wrap ); -#ifdef USE_SHM_COPROCESSING - void init_shm_coprocessing ( ulong requested_shm_size, int lock_mem ); -#endif /*USE_SHM_COPROCESSING*/ - int cpr_enabled(void); char *cpr_get( const char *keyword, const char *prompt ); char *cpr_get_no_help( const char *keyword, const char *prompt ); |