version 1.75, 2009/01/21 23:40:18
|
version 1.76, 2009/08/18 21:48:15
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.74 2008/12/11 22:17:08 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.75 2009/01/21 23:40:18 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2009 The OpenLDAP Foundation. |
* Copyright 1998-2009 The OpenLDAP Foundation. |
Line 177 LDAP_LUTIL_F( int )
|
Line 177 LDAP_LUTIL_F( int )
|
lutil_tm2time LDAP_P(( |
lutil_tm2time LDAP_P(( |
struct lutil_tm *, struct lutil_timet * )); |
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 |
#ifdef _WIN32 |
LDAP_LUTIL_F( void ) |
LDAP_LUTIL_F( void ) |
lutil_slashpath LDAP_P(( char* path )); |
lutil_slashpath LDAP_P(( char* path )); |
Line 229 lutil_uuidstr_from_normalized(
|
Line 225 lutil_uuidstr_from_normalized(
|
char *buf, |
char *buf, |
size_t buflen ); |
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. |
* Sometimes not all declarations in a header file are needed. |
* An indicator to this is whether or not the symbol's type has |
* An indicator to this is whether or not the symbol's type has |