diff options
Diffstat (limited to '')
-rw-r--r-- | common/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/init.h b/common/init.h index 14dfa7b39..e8fe499d8 100644 --- a/common/init.h +++ b/common/init.h @@ -20,7 +20,7 @@ #ifndef GNUPG_COMMON_INIT_H #define GNUPG_COMMON_INIT_H -void init_common_subsystems (void); +void init_common_subsystems (int *argcp, char ***argvp); #endif /*GNUPG_COMMON_INIT_H*/ |