mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
The big Assuan error code removal.
This commit is contained in:
parent
7b9fa9da99
commit
eef036df23
54 changed files with 671 additions and 603 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
/* Delete a certificate or an secret key from a key database. */
|
||||
static int
|
||||
delete_one (CTRL ctrl, const char *username)
|
||||
delete_one (ctrl_t ctrl, const char *username)
|
||||
{
|
||||
int rc = 0;
|
||||
KEYDB_SEARCH_DESC desc;
|
||||
|
@ -148,7 +148,7 @@ delete_one (CTRL ctrl, const char *username)
|
|||
|
||||
/* Delete the certificates specified by NAMES. */
|
||||
int
|
||||
gpgsm_delete (CTRL ctrl, STRLIST names)
|
||||
gpgsm_delete (ctrl_t ctrl, STRLIST names)
|
||||
{
|
||||
int rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue