diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-07-20 15:51:46 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-07-20 15:51:46 +0000 |
commit | 64082bdb2f68e549273791bfb1839af205b5b0cd (patch) | |
tree | 4542f4b5f5ad14be8b387392bcbdd7b16ecb9280 /lib/libsectok/scio.c | |
parent | c629cb72863bd875965219e7aef179b373814ec9 (diff) |
parse_atr -> sectok_parse_atr
remove sc7816.h from installed includes
move struct scparam to sectok.h
lookup_cmdname -> sectok_get_ins
Diffstat (limited to 'lib/libsectok/scio.c')
-rw-r--r-- | lib/libsectok/scio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsectok/scio.c b/lib/libsectok/scio.c index b6c7731e74e..d681568c3c9 100644 --- a/lib/libsectok/scio.c +++ b/lib/libsectok/scio.c @@ -1,4 +1,4 @@ -/* $Id: scio.c,v 1.7 2001/07/16 22:03:38 rees Exp $ */ +/* $Id: scio.c,v 1.8 2001/07/20 15:51:45 rees Exp $ */ /* copyright 1997 @@ -52,6 +52,7 @@ such damages. #include <fcntl.h> #include <errno.h> +#include "sectok.h" #include "sc7816.h" #include "todos_scrw.h" |