aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.h.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-04-10 09:47:19 +0000
committerWerner Koch <[email protected]>2014-04-10 09:48:20 +0000
commit77931a9a1468b0cfbaafd4153867d90764a6d258 (patch)
tree4d04e5b7d055b6bf1f8b931bc573603cd805ad65 /src/gpgme.h.in
parentRemove compiler warning from test (diff)
downloadgpgme-77931a9a1468b0cfbaafd4153867d90764a6d258.tar.gz
gpgme-77931a9a1468b0cfbaafd4153867d90764a6d258.zip
Add gpgme_get_dirinfo.
* src/dirinfo.c (gpgme_get_dirinfo): New. * tests/t-engine-info.c (main): Print results from that function.
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r--src/gpgme.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 5c4de6be..050051a4 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -2090,6 +2090,9 @@ const char *gpgme_check_version_internal (const char *req_version,
gpgme_check_version_internal (req_version, \
offsetof (struct _gpgme_signature, validity))
+/* Return the default values for various directories. */
+const char *gpgme_get_dirinfo (const char *what);
+
/* Get the information about the configured and installed engines. A
pointer to the first engine in the statically allocated linked list
is returned in *INFO. If an error occurs, it is returned. The