]> git.deb.at Git - pkg/abook.git/blobdiff - vcard.h
vformat: added abook's specific libvformat wrapper: vcard.[ch]
[pkg/abook.git] / vcard.h
diff --git a/vcard.h b/vcard.h
new file mode 100644 (file)
index 0000000..0591c44
--- /dev/null
+++ b/vcard.h
@@ -0,0 +1,8 @@
+#ifndef _VCARD_H
+#define _VCARD_H
+
+#include <vf_iface.h>
+
+int vcard_parse_file_libvformat(char *filename);
+
+#endif