aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index c0e83b1..c65f630 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -559,6 +559,14 @@ int _gpgrt_logv_internal (int level, int ignore_arg_ptr,
/* Return true if FD is valid. */
int _gpgrt_fd_valid_p (int fd);
+/* A getenv variant which returns a malloced copy. */
+char *_gpgrt_getenv (const char *name);
+
+/* A setenv variant which can be used for unsetenv by setting VALUE to
+ * NULL and OVERRIDE to true. */
+int _gpgrt_setenv (const char *name, const char *value, int overwrite);
+
+
/*