schema.h 243 B

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