qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] libcacard: cac_is_cac_card?
@ 2015-04-27  6:56 Michael Tokarev
  2015-07-13 12:45 ` Michael Tokarev
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tokarev @ 2015-04-27  6:56 UTC (permalink / raw)
  To: qemu-devel

This function is declared in libcacard/cac.h

 VCardStatus cac_is_cac_card(VReader *reader);

it is referenced in a ifdef-ed out code in libcacard/vcard_emul_type.c:


VCardEmulType vcard_emul_type_select(VReader *vreader)
{
#ifdef notdef
    /* since there is only one emulator no need to call this function */
    if (cac_is_cac_card(vreader) == VCARD_DONE) {
        return VCARD_EMUL_CAC;
    }
#endif
    /* return the default */
    return VCARD_EMUL_CAC;
}

and it is mentioned in libcacard/libcacard.syms.

But it is not defined anywhere.  Should it be removed
from all places it is referenced at, or should it be
implemented instead?

Thanks,

/mjt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-13 14:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  6:56 [Qemu-devel] libcacard: cac_is_cac_card? Michael Tokarev
2015-07-13 12:45 ` Michael Tokarev
2015-07-13 14:31   ` Paolo Bonzini
2015-07-13 14:38     ` Michael Tokarev
2015-07-13 14:39       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).