diff options
author | Werner Koch <[email protected]> | 2007-08-14 16:50:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-14 16:50:27 +0000 |
commit | d20d11a0eeb306feb9c256eadd1b4b606b15934e (patch) | |
tree | 9d5671631dc8599fa44aafd9572b1c282ddb4110 /common/util.h | |
parent | Implemented the chain model for X.509 validation. (diff) | |
download | gnupg-d20d11a0eeb306feb9c256eadd1b4b606b15934e.tar.gz gnupg-d20d11a0eeb306feb9c256eadd1b4b606b15934e.zip |
Documentaion updates.
Support doe Dirmngr under W32.
Fixed a yat2m bug.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 9821d6ab6..ad398ac97 100644 --- a/common/util.h +++ b/common/util.h @@ -178,6 +178,7 @@ const char *gnupg_bindir (void); const char *gnupg_libexecdir (void); const char *gnupg_libdir (void); const char *gnupg_datadir (void); +const char *dirmngr_socket_name (void); #define GNUPG_MODULE_NAME_AGENT 1 #define GNUPG_MODULE_NAME_PINENTRY 2 |