version 1.11, 1999/06/29 20:24:53
|
version 1.12.2.1, 1999/08/19 19:32:31
|
Line 1
|
Line 1
|
/* |
/* |
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* All rights reserved. |
|
* |
|
* Redistribution and use in source and binary forms are permitted only |
|
* as authorized by the OpenLDAP Public License. A copy of this |
|
* license is available at 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 42 lutil_passwd LDAP_P((
|
Line 47 lutil_passwd LDAP_P((
|
const char *passwd, |
const char *passwd, |
const char **methods )); |
const char **methods )); |
|
|
|
/* utils.c */ |
|
LDAP_F( char* ) |
|
lutil_progname LDAP_P(( |
|
const char* name, |
|
int argc, |
|
char *argv[] )); |
|
|
|
|
LDAP_END_DECL |
LDAP_END_DECL |
|
|
#endif /* _LUTIL_H */ |
#endif /* _LUTIL_H */ |