]> git.deb.at Git - pkg/abook.git/blob - vcard.h
0591c447f35f6149f762a9c2e385301253d20f64
[pkg/abook.git] / vcard.h
1 #ifndef _VCARD_H
2 #define _VCARD_H
3
4 #include <vf_iface.h>
5
6 int vcard_parse_file_libvformat(char *filename);
7
8 #endif