From: Klas Lindfors Date: Wed, 19 Sep 2012 07:39:33 +0000 (+0200) Subject: remove yk_write_key() from ykcore_lcl.h, defined in ykcore.h X-Git-Tag: v1.8.0~32 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693ab43ac6d583a603e4e4b17a36123204c177a3;p=yubikey-personalization remove yk_write_key() from ykcore_lcl.h, defined in ykcore.h --- diff --git a/ykcore/ykcore_lcl.h b/ykcore/ykcore_lcl.h index 3438c03..131fbc4 100644 --- a/ykcore/ykcore_lcl.h +++ b/ykcore/ykcore_lcl.h @@ -64,8 +64,6 @@ extern int yk_read_from_key(YK_KEY *k, uint8_t slot, void *buf, unsigned int bufsize, unsigned int *bufcount); -extern int yk_write_to_key(YK_KEY *k, uint8_t slot, - const void *buf, int bufcount); /************************************************************************* *