From 31d7bdfe771853a480203d7d4a661d476d2231a4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 14 Apr 2010 11:24:02 +0000 Subject: Whole lot of changes to support CE. --- common/sysutils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/sysutils.h') diff --git a/common/sysutils.h b/common/sysutils.h index ea3b4253e..a2f74f936 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -49,6 +49,9 @@ FILE *gnupg_tmpfile (void); void gnupg_reopen_std (const char *pgmname); void gnupg_allow_set_foregound_window (pid_t pid); int gnupg_remove (const char *fname); +int gnupg_mkdir (const char *name, const char *modestr); +int gnupg_setenv (const char *name, const char *value, int overwrite); +int gnupg_unsetenv (const char *name); #ifdef HAVE_W32_SYSTEM -- cgit v1.2.3