X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=vcard.h;fp=vcard.h;h=0591c447f35f6149f762a9c2e385301253d20f64;hb=7c88cafcd333277b6bfd55370a5ec1c5b76c2b0d;hp=0000000000000000000000000000000000000000;hpb=034367b3733d55dd9a7ba574a1f6b005f51fe73a;p=pkg%2Fabook.git diff --git a/vcard.h b/vcard.h new file mode 100644 index 0000000..0591c44 --- /dev/null +++ b/vcard.h @@ -0,0 +1,8 @@ +#ifndef _VCARD_H +#define _VCARD_H + +#include + +int vcard_parse_file_libvformat(char *filename); + +#endif