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:
parent
ca279dc707
commit
5b664bed4f
3 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue