summaryrefslogtreecommitdiff
path: root/vcard_emul.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-25 12:24:54 +0200
committerAlon Levy <alevy@redhat.com>2010-12-09 13:36:19 +0200
commit7f32c6a153fdfe17875e2342f67aac331f59d1da (patch)
tree39d0fc814bd8e3904a29a11d369d8ab391ece4ef /vcard_emul.h
parent6d6cf8b8aba48bade5ca32a26b26accb9d012966 (diff)
libcaccard: coding style: 80 line fixes, the uglier ones
Diffstat (limited to 'vcard_emul.h')
-rw-r--r--vcard_emul.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcard_emul.h b/vcard_emul.h
index 0083b33..749267a 100644
--- a/vcard_emul.h
+++ b/vcard_emul.h
@@ -33,7 +33,8 @@ typedef struct VCardEmulOptionsStruct VCardEmulOptions;
* return -1 */
int vcard_emul_get_login_count(VCard *card);
/* login into the card, return the 7816 status word (sw2 || sw1) */
-vcard_7816_status_t vcard_emul_login(VCard *card, unsigned char *pin, int pin_len);
+vcard_7816_status_t vcard_emul_login(VCard *card, unsigned char *pin,
+ int pin_len);
/*
* key functions