diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
commit | e64038608be28c14ed72b0372529762953de898f (patch) | |
tree | 3847da576d4f2e6c542ce6737179a11afcc1a487 /common/init.h | |
parent | Builds again for W32. (diff) | |
download | gnupg2-e64038608be28c14ed72b0372529762953de898f.tar.xz gnupg2-e64038608be28c14ed72b0372529762953de898f.zip |
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'common/init.h')
-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*/ |