Initialize with abook-0.6.0pre2
[abook.git] / ldif.h
blob1672cfbc66550986b2f05ed66f93019600a8b34d
1 #ifndef _LDIF_H
2 #define _LDIF_H
5 /*
6 * prototypes
7 */
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 );
16 #endif