]> git.deb.at Git - pkg/abook.git/blob - vcard.h
Upload 0.6.1-2 to unstable
[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