summaryrefslogtreecommitdiff
path: root/vcard.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-07-28 20:10:04 +0300
committerAlon Levy <alevy@redhat.com>2010-07-28 20:10:04 +0300
commitb953e440c2b323ee8cdb35c74f7886fd9c547f16 (patch)
tree8ae34db13454b8bb6c4243589d025567f2f4db0d /vcard.h
parentf8d3142a14d79ed183ba970419f188d35f62e9cc (diff)
white space fixes
Diffstat (limited to 'vcard.h')
-rw-r--r--vcard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcard.h b/vcard.h
index e83b677..b255e1e 100644
--- a/vcard.h
+++ b/vcard.h
@@ -26,7 +26,7 @@ void vcard_reset(VCard *card, VCardPower power);
*/
/* constuctor */
VCardApplet *vcard_new_applet(VCardProcessAPDU applet_process_function,
- unsigned char *aid, int aid_len);
+ unsigned char *aid, int aid_len);
/* destructor */
void vcard_delete_applet(VCardApplet *applet);
/* accessor - set the card type specific private data */
@@ -36,7 +36,7 @@ void vcard_set_applet_private(VCardApplet *applet, VCardAppletPrivate *private,
/*
* utilities interacting with the current applet
*
-/* add a new applet to a card */
+ * add a new applet to a card */
VCardStatus vcard_add_applet(VCard *card, VCardApplet *applet);
/* find the applet on the card with the given aid */
VCardApplet *vcard_find_applet(VCard *card, unsigned char *aid, int aid_len);
@@ -47,7 +47,7 @@ VCardAppletPrivate * vcard_get_current_applet_private(VCard *card, int channel);
/* process the apdu for the current selected applet/file */
VCardStatus vcard_process_applet_apdu(VCard *card, VCardAPDU *apdu,
- VCardResponse **response);
+ VCardResponse **response);
/*
* VCard utilities
*/