summaryrefslogtreecommitdiff
path: root/vcard.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-23 16:50:44 +0200
committerAlon Levy <alevy@redhat.com>2011-02-23 16:50:44 +0200
commit27728857b41643bd1f3003db2827126a3e9234f3 (patch)
treef76d3a670354ec0351df6d7d3875207f2ed3c808 /vcard.h
parentc0aa647f37f029f52a15f81587701eab44e7c438 (diff)
checkpatch.pl - identical to v20 proposal on qemu-devel
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 8dbd761..12552c3 100644
--- a/vcard.h
+++ b/vcard.h
@@ -54,7 +54,7 @@ VCardApplet *vcard_find_applet(VCard *card, unsigned char *aid, int aid_len);
/* set the following applet to be current on the given channel */
void vcard_select_applet(VCard *card, int channel, VCardApplet *applet);
/* get the card type specific private data on the given channel */
-VCardAppletPrivate * vcard_get_current_applet_private(VCard *card, int channel);
+VCardAppletPrivate *vcard_get_current_applet_private(VCard *card, int channel);
/* fetch the applet's id */
unsigned char *vcard_applet_get_aid(VCardApplet *applet, int *aid_len);
@@ -65,9 +65,9 @@ VCardStatus vcard_process_applet_apdu(VCard *card, VCardAPDU *apdu,
* VCard utilities
*/
/* constructor */
-VCard * vcard_new(VCardEmul *_private, VCardEmulFree private_free);
+VCard *vcard_new(VCardEmul *_private, VCardEmulFree private_free);
/* get a reference */
-VCard * vcard_reference(VCard *);
+VCard *vcard_reference(VCard *);
/* destructor (reference counted) */
void vcard_free(VCard *);
/* get the atr from the card */