From 3fb7cae1a71c87c719894d220bd4a0651a9402e7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 6 Feb 2013 22:00:08 +0000 Subject: entire code now uses stdin and stdout (no stdio any more) git-svn-id: https://svn.spreadspace.org/avr/trunk@137 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/keystore.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usb-i2c-sl018/keystore.h') diff --git a/usb-i2c-sl018/keystore.h b/usb-i2c-sl018/keystore.h index a3b42ad..b2adfd6 100644 --- a/usb-i2c-sl018/keystore.h +++ b/usb-i2c-sl018/keystore.h @@ -23,9 +23,11 @@ #ifndef R3TUER_keystore_h_INCLUDED #define R3TUER_keystore_h_INCLUDED -#include -void flash_keystore_from_stdio(FILE * stdio); -void dump_keystore_to_stdio(FILE * stdio); + +#include + +void flash_keystore_from_stdio(void); +void dump_keystore_to_stdio(void); uint8_t keystore_check_card(const uint8_t * uid, uint8_t uid_len); #endif -- cgit v1.2.3