diff options
Diffstat (limited to '')
-rw-r--r-- | common/sysutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index 44f7ca68c..de1e3bb1e 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -47,6 +47,7 @@ int translate_sys2libc_fd (gnupg_fd_t fd, int for_write); 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); #ifdef HAVE_W32_SYSTEM |