blob: e5c8d2dd3e166f207c5c16e6bcecf26f625a05fc [file] [log] [blame]
Alon Levy0b6a16c2013-03-05 16:27:43 +02001#ifndef VCARDT_INTERNAL_H
2#define VCARDT_INTERNAL_H
3
4unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len);
5
6#endif