9 lines
		
	
	
		
			345 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			345 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* See http://www.python-ldap.org/ for details.
 | |
|  * $Id: options.h,v 1.4 2009/04/17 12:19:09 stroeder Exp $ */
 | |
| 
 | |
| int	LDAP_optionval_by_name(const char *name);
 | |
| int	LDAP_set_option(LDAPObject *self, int option, PyObject *value);
 | |
| PyObject *LDAP_get_option(LDAPObject *self, int option);
 | |
| 
 | |
| void set_timeval_from_double( struct timeval *tv, double d );
 | 
