File: functions.h

package info (click to toggle)
python-ldap 1.9.999.pre04-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 312 kB
  • ctags: 475
  • sloc: ansic: 2,973; python: 1,141; makefile: 84; sh: 4
file content (10 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/* David Leonard <david.leonard@csee.uq.edu.au>, 1999. Public domain. */
#ifndef __h_functions_
#define __h_functions_

/* $Id: functions.h,v 1.1 2000/07/27 16:08:58 leonard Exp $ */

#include "Python.h"
extern void LDAPinit_functions( PyObject* );

#endif /* __h_functions_ */