From eef036df235b7fb16b57bb78daf6f7e590d8e6d6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Sep 2006 16:35:52 +0000 Subject: The big Assuan error code removal. --- agent/trustlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'agent/trustlist.c') diff --git a/agent/trustlist.c b/agent/trustlist.c index d234af692..f87cafaee 100644 --- a/agent/trustlist.c +++ b/agent/trustlist.c @@ -94,7 +94,7 @@ open_list (int append) buffer of at least 41 characters. KEYFLAG does return either 'P', 'S' or '*'. - Reading a valid entry return 0, EOF returns -1 any other error + Reading a valid entry returns 0, EOF returns -1 any other error returns the appropriate error code. */ static int read_list (char *key, int *keyflag) @@ -246,7 +246,7 @@ agent_listtrusted (void *assuan_context) whether this is actual wants he want to do. */ int -agent_marktrusted (CTRL ctrl, const char *name, const char *fpr, int flag) +agent_marktrusted (ctrl_t ctrl, const char *name, const char *fpr, int flag) { int rc; static char key[41]; -- cgit v1.2.3