1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

Missed keydb.h entry for set_passphrase_from_string

This commit is contained in:
David Shaw 2005-08-06 21:17:11 +00:00
parent 82bee9c68a
commit 9536012034

View File

@ -198,6 +198,7 @@ typedef int assuan_error_t;
typedef void *assuan_context_t;
#endif
int have_static_passphrase(void);
void set_passphrase_from_string(const char *pass);
void read_passphrase_from_fd( int fd );
void passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo );
char *ask_passphrase (const char *description,