split up utils into stuff for program and sc handling

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@92 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-05-05 14:38:04 +00:00
parent fd6d201536
commit 7649e582a1
8 changed files with 168 additions and 118 deletions

View File

@@ -27,7 +27,7 @@
#include <opensc/log.h>
#include "ccid.h"
#include "util.h"
#include "scutil.h"
static sc_context_t *ctx = NULL;
static sc_card_t *card_in_slot[SC_MAX_SLOTS];