diff options
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 |