1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fixed couple of build problems. However the W32 version is currently

under work.
This commit is contained in:
Werner Koch 2010-07-26 14:27:59 +00:00
parent ca279dc707
commit 5b664bed4f
3 changed files with 17 additions and 15 deletions

View file

@ -20,6 +20,8 @@
#ifndef LDAP_WRAPPER_H
#define LDAP_WRAPPER_H
#include <ksba.h>
/* ldap-wrapper.c or ldap-wrapper-ce.c */
void ldap_wrapper_launch_thread (void);
void ldap_wrapper_wait_connections (void);
@ -31,7 +33,7 @@ gpg_error_t ldap_wrapper (ctrl_t ctrl, ksba_reader_t *reader,
/* dirmngr_ldap.c */
#ifndef USE_LDAPWRAPPER
int ldap_wrapper_main (int argc, char **argv, estream_t outstream);
int ldap_wrapper_main (char **argv, estream_t outstream);
#endif