functions.h 319 B

123456789101112
  1. /* See http://www.python-ldap.org/ for details.
  2. * $Id: functions.h,v 1.4 2009/04/17 12:19:09 stroeder Exp $ */
  3. #ifndef __h_functions_
  4. #define __h_functions_
  5. /* $Id: functions.h,v 1.4 2009/04/17 12:19:09 stroeder Exp $ */
  6. #include "common.h"
  7. extern void LDAPinit_functions( PyObject* );
  8. #endif /* __h_functions_ */