/* Hans Aschauer , 2002. Public domain. */ /* * * $Id: schema.h,v 1.3 2006/12/06 07:36:00 stroeder Exp $ */ #ifndef __h_schema_ #define __h_schema_ #include "common.h" extern void LDAPinit_schema( PyObject* ); #endif /* __h_schema_ */