summaryrefslogtreecommitdiffstats
path: root/common/init.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-22 13:46:05 +0100
committerWerner Koch <wk@gnupg.org>2010-03-22 13:46:05 +0100
commite64038608be28c14ed72b0372529762953de898f (patch)
tree3847da576d4f2e6c542ce6737179a11afcc1a487 /common/init.h
parentBuilds again for W32. (diff)
downloadgnupg2-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.h2
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*/