summaryrefslogtreecommitdiffstats
path: root/sm/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-18 11:28:58 +0200
committerWerner Koch <wk@gnupg.org>2006-09-18 11:28:58 +0200
commite6f8654d03bcf3831c46393875709910ff645530 (patch)
tree7437fd9112870211493a140f8a46a109a893a251 /sm/keydb.h
parentAllow for a global trustlist. (diff)
downloadgnupg2-e6f8654d03bcf3831c46393875709910ff645530.tar.xz
gnupg2-e6f8654d03bcf3831c46393875709910ff645530.zip
Added common certificates.
Diffstat (limited to 'sm/keydb.h')
-rw-r--r--sm/keydb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/keydb.h b/sm/keydb.h
index 814ae9f1e..a6a6f3c29 100644
--- a/sm/keydb.h
+++ b/sm/keydb.h
@@ -33,7 +33,8 @@ typedef struct keydb_handle *KEYDB_HANDLE;
/*-- keydb.c --*/
-int keydb_add_resource (const char *url, int force, int secret);
+int keydb_add_resource (const char *url, int force, int secret,
+ int *auto_created);
KEYDB_HANDLE keydb_new (int secret);
void keydb_release (KEYDB_HANDLE hd);
int keydb_set_ephemeral (KEYDB_HANDLE hd, int yes);