--- include/lutil.h 2010/04/13 20:22:49 1.63.2.9 +++ include/lutil.h 2010/04/13 20:17:49 1.78 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.63.2.8 2009/11/17 17:18:11 quanah Exp $ */ +/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.77 2009/11/15 17:26:53 ando Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2010 The OpenLDAP Foundation. @@ -177,10 +177,6 @@ LDAP_LUTIL_F( int ) lutil_tm2time LDAP_P(( struct lutil_tm *, struct lutil_timet * )); -/* Get current time as a structured time */ -LDAP_LUTIL_F( void ) -lutil_gettime LDAP_P(( struct lutil_tm * )); - #ifdef _WIN32 LDAP_LUTIL_F( void ) lutil_slashpath LDAP_P(( char* path )); @@ -231,12 +227,6 @@ lutil_uuidstr_from_normalized( char *buf, size_t buflen ); -/* csn.c */ -/* use this macro to allocate buffer for lutil_csnstr */ -#define LDAP_LUTIL_CSNSTR_BUFSIZE 64 -LDAP_LUTIL_F( size_t ) -lutil_csnstr( char *buf, size_t len, unsigned int replica, unsigned int mod ); - /* * Sometimes not all declarations in a header file are needed. * An indicator to this is whether or not the symbol's type has