mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
fixed a stupid C error
This commit is contained in:
parent
ed17c7afd0
commit
59334400a1
10 changed files with 82 additions and 88 deletions
|
@ -177,8 +177,7 @@ void set_next_passphrase( const char *s );
|
|||
char *get_last_passphrase(void);
|
||||
|
||||
/*-- getkey.c --*/
|
||||
int classify_user_id( const char *name, u32 *keyid, byte *fprint,
|
||||
const char **retstr, size_t *retlen );
|
||||
int classify_user_id( const char *name, KEYDB_SEARCH_DESC *desc);
|
||||
void cache_public_key( PKT_public_key *pk );
|
||||
void getkey_disable_caches(void);
|
||||
int get_pubkey( PKT_public_key *pk, u32 *keyid );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue