diff options
author | Alon Levy <alevy@redhat.com> | 2013-03-05 16:27:43 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2013-04-24 11:48:03 +0300 |
commit | 0b6a16c1a47b622b1a692ab179013d9e30e9cf3b (patch) | |
tree | 06dba3ec6c9f1d17c593a3da45c18cce1f45a299 /libcacard/vcardt_internal.h | |
parent | 7a6858962457c54be44715d6562504c765d9ea76 (diff) |
libcacard: move atr setting from macro to function
Only because qemu's checkpatch complains about it.
Signed-off-by: Alon Levy <alevy@redhat.com>
Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
Diffstat (limited to 'libcacard/vcardt_internal.h')
-rw-r--r-- | libcacard/vcardt_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcacard/vcardt_internal.h b/libcacard/vcardt_internal.h new file mode 100644 index 0000000000..e5c8d2dd3e --- /dev/null +++ b/libcacard/vcardt_internal.h @@ -0,0 +1,6 @@ +#ifndef VCARDT_INTERNAL_H +#define VCARDT_INTERNAL_H + +unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len); + +#endif |