]> git.deb.at Git - pkg/abook.git/blob - vcard.h
autotools update: 2/2: autofiles after `autoreconf -f`
[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