--- include/lutil.h 2007/08/31 23:13:53 1.63.2.2 +++ include/lutil.h 2007/10/01 14:39:34 1.63.2.3 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.70 2007/08/17 10:42:52 ando Exp $ */ +/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.63.2.2 2007/08/31 23:13:53 quanah Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2007 The OpenLDAP Foundation. @@ -306,6 +306,10 @@ lutil_atoulx( unsigned long *v, const ch /* Parse and unparse time intervals */ LDAP_LUTIL_F (int) +lutil_str2bin( struct berval *in, struct berval *out ); + +/* Parse and unparse time intervals */ +LDAP_LUTIL_F (int) lutil_parse_time( const char *in, unsigned long *tp ); LDAP_LUTIL_F (int)