diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-24 13:15:30 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-24 13:15:30 +0100 |
commit | f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d (patch) | |
tree | ce173438e276aa2ac40a254e557219ce1a25ba23 /common/sysutils.h | |
parent | Reorganized the exechelp code. (diff) | |
download | gnupg2-f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d.tar.xz gnupg2-f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d.zip |
More changes for CE. gpgsm does now build and run a keylisting.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r-- | common/sysutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index 6f34b9791..ea3b4253e 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -48,7 +48,7 @@ int translate_sys2libc_fd_int (int fd, int for_write); 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); #ifdef HAVE_W32_SYSTEM |