diff options
Diffstat (limited to '')
-rw-r--r-- | common/asshelp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/asshelp.h b/common/asshelp.h index cde6e226f..936a3964e 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -106,6 +106,11 @@ gpg_error_t warn_server_version_mismatch (assuan_context_t ctx, void *status_func_ctrl, int print_hints); +#ifdef HAVE_W32_SYSTEM +/* Say hello to the frontend. */ +void w32_ack_to_frontend (void); +#endif + /*-- asshelp2.c --*/ |