]> git.deb.at Git - pkg/abook.git/blob - ldif.h
Upload 0.6.1-2 to unstable
[pkg/abook.git] / ldif.h
1 #ifndef _LDIF_H
2 #define _LDIF_H
3
4
5 /*
6  * prototypes
7  */
8
9 int             str_parse_line(char        *line, char        **type,
10                 char        **value, int         *vlen);
11 char            *str_getline( char **next );
12 void            put_type_and_value( char **out, char *t, char *val, int vlen );
13 char            *ldif_type_and_value( char *type, char *val, int vlen );
14
15
16 #endif