mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Only because qemu's checkpatch complains about it. Signed-off-by: Alon Levy <alevy@redhat.com> Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
6 lines
128 B
C
6 lines
128 B
C
#ifndef VCARDT_INTERNAL_H
|
|
#define VCARDT_INTERNAL_H
|
|
|
|
unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len);
|
|
|
|
#endif
|