mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
7 lines
128 B
C
7 lines
128 B
C
|
#ifndef VCARDT_INTERNAL_H
|
||
|
#define VCARDT_INTERNAL_H
|
||
|
|
||
|
unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len);
|
||
|
|
||
|
#endif
|