From d951cb713fdc3a1310534acdce84e3e005ad1d04 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 26 Jan 2009 10:21:10 +0000 Subject: First take on the low-level assuan interface. --- src/context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/context.h') diff --git a/src/context.h b/src/context.h index ed5d8502..76aeb337 100644 --- a/src/context.h +++ b/src/context.h @@ -36,7 +36,7 @@ typedef enum { OPDATA_DECRYPT, OPDATA_SIGN, OPDATA_ENCRYPT, OPDATA_PASSPHRASE, OPDATA_IMPORT, OPDATA_GENKEY, OPDATA_KEYLIST, OPDATA_EDIT, - OPDATA_VERIFY, OPDATA_TRUSTLIST + OPDATA_VERIFY, OPDATA_TRUSTLIST, OPDATA_ASSUAN } ctx_op_data_id_t; @@ -51,7 +51,7 @@ struct ctx_op_data ctx_op_data_id_t type; /* The function to release HOOK and all its associated resources. - Can be NULL if no special dealllocation routine is necessary. */ + Can be NULL if no special deallocation routine is necessary. */ void (*cleanup) (void *hook); /* The hook that points to the operation data. */ -- cgit v1.2.3