aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-07 10:58:51 +0000
committerWerner Koch <[email protected]>2010-10-07 10:58:51 +0000
commitc2ef39811db27cb28d9ce0eafc64c82d0f66df82 (patch)
tree8396b4b9fa5817b67bb5a89c402c897d65e24deb /src/util.h
parentReturn GPG_ERR_MISSING_ISSUER_CERT. (diff)
downloadgpgme-c2ef39811db27cb28d9ce0eafc64c82d0f66df82.tar.gz
gpgme-c2ef39811db27cb28d9ce0eafc64c82d0f66df82.zip
Enable debugging feature for W32CE.
kFreeBSD portability fix.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 9965847f..f7e6d276 100644
--- a/src/util.h
+++ b/src/util.h
@@ -127,7 +127,10 @@ gpgme_error_t _gpgme_getenv (const char *name, char **value);
#ifdef HAVE_W32_SYSTEM
int _gpgme_mkstemp (int *fd, char **name);
const char *_gpgme_get_w32spawn_path (void);
-#endif
+#endif /*HAVE_W32_SYSTEM*/
+#ifdef HAVE_W32CE_SYSTEM
+char *_gpgme_w32ce_get_debug_envvar (void);
+#endif /*HAVE_W32CE_SYSTEM*/
/*-- Error codes not yet available in current gpg-error.h. --*/
#ifndef GPG_ERR_UNFINISHED