Patches by Rich for LDAPv3 ext.op. and ext. controls in intermediate results

This commit is contained in:
stroeder 2011-02-21 21:04:00 +00:00
parent 6613f0a3e1
commit 37f50da0ef
1 changed files with 14 additions and 0 deletions

14
Modules/message.h Normal file
View File

@ -0,0 +1,14 @@
/* See http://www.python-ldap.org/ for details.
* $Id: message.h,v 1.6 2011/02/21 21:04:00 stroeder Exp $ */
#ifndef __h_message
#define __h_message
#include "common.h"
#include "lber.h"
#include "ldap.h"
extern PyObject* LDAPmessage_to_python( LDAP*ld, LDAPMessage*m, int add_ctrls, int add_intermediates );
#endif /* __h_message_ */