openldap/servers/slapd/tools/ldapsyntax.h
1998-08-09 00:43:13 +00:00

27 lines
829 B
C

/*
* Copyright (c) 1995 Regents of the University of Michigan.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and that due credit is given
* to the University of Michigan at Ann Arbor. The name of the University
* may not be used to endorse or promote products derived from this
* software without specific prior written permission. This software
* is provided ``as is'' without express or implied warranty.
*/
/* XXX: the "master" LINE_WIDTH #define is in ../slap.h */
#define LINE_WIDTH 76 /* for lines in string rep of an entry */
#ifdef NEEDPROTOS
/*
* function prototypes
*/
int init_syntaxes( void );
int av2ldif( FILE *outfp, AV_Sequence av, DN dn, short syntax,
char *attrname, PS str_ps );
#endif /* NEEDPROTOS */