mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
34 lines
1.6 KiB
C
34 lines
1.6 KiB
C
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
|
* *
|
|
* dn_exp.h... *
|
|
* *
|
|
* Function:..Header-Datei fuer TWEB-Software *
|
|
* *
|
|
* *
|
|
* *
|
|
* Authors:...Dr. Kurt Spanier & Bernhard Winkler, *
|
|
* Zentrum fuer Datenverarbeitung, Bereich Entwicklung *
|
|
* neuer Dienste, Universitaet Tuebingen, GERMANY *
|
|
* *
|
|
* ZZZZZ DDD V V *
|
|
* Creation date: Z D D V V *
|
|
* April 24 1996 Z D D V V *
|
|
* Last modification: Z D D V V *
|
|
* November 21 1996 ZZZZ DDD V *
|
|
* *
|
|
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
|
|
|
|
/*
|
|
* $Id: dn_exp.h,v 1.6 1999/09/10 15:01:17 zrnsk01 Exp $
|
|
*
|
|
*/
|
|
|
|
#ifndef _DN_EXP_
|
|
#define _DN_EXP_
|
|
|
|
PUBLIC char * dn_normalize();
|
|
PUBLIC char * dn_normalize_case();
|
|
PUBLIC int dn_issuffix();
|
|
|
|
#endif /* _DN_EXP_ */
|