version 1.12.2.4, 2000/07/04 17:58:49
|
version 1.33, 2001/06/13 01:47:17
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.12.2.3 2000/06/13 17:57:15 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.32 2001/05/29 01:29:58 kurt Exp $ */ |
/* |
/* |
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA |
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms are permitted only |
* Redistribution and use in source and binary forms, with or without |
* as authorized by the OpenLDAP Public License. A copy of this |
* modification, are permitted only as authorized by the OpenLDAP |
* license is available at http://www.OpenLDAP.org/license.html or |
* Public License. A copy of this license is available at |
* in file LICENSE in the top-level directory of the distribution. |
* http://www.OpenLDAP.org/license.html or in file LICENSE in the |
|
* top-level directory of the distribution. |
*/ |
*/ |
|
|
#ifndef _LUTIL_H |
#ifndef _LUTIL_H |
Line 52 lutil_detach LDAP_P((
|
Line 53 lutil_detach LDAP_P((
|
/* entropy.c */ |
/* entropy.c */ |
LDAP_LUTIL_F( int ) |
LDAP_LUTIL_F( int ) |
lutil_entropy LDAP_P(( |
lutil_entropy LDAP_P(( |
char *buf, |
unsigned char *buf, |
ber_len_t nbytes )); |
ber_len_t nbytes )); |
|
|
/* passwd.c */ |
/* passwd.c */ |
Line 94 LDAP_LUTIL_F( int )
|
Line 95 LDAP_LUTIL_F( int )
|
lutil_passwd_scheme LDAP_P(( |
lutil_passwd_scheme LDAP_P(( |
const char *scheme )); |
const char *scheme )); |
|
|
|
LDAP_LUTIL_F( int ) |
|
lutil_salt_format LDAP_P(( |
|
const char *format )); |
|
|
/* utils.c */ |
/* utils.c */ |
LDAP_LUTIL_F( char* ) |
LDAP_LUTIL_F( char* ) |
lutil_progname LDAP_P(( |
lutil_progname LDAP_P(( |
Line 103 lutil_progname LDAP_P((
|
Line 108 lutil_progname LDAP_P((
|
|
|
/* sockpair.c */ |
/* sockpair.c */ |
LDAP_LUTIL_F( int ) |
LDAP_LUTIL_F( int ) |
lutil_pair( LBER_SOCKET_T sd[2] ); |
lutil_pair( ber_socket_t sd[2] ); |
|
|
LDAP_END_DECL |
LDAP_END_DECL |
|
|