start library structure

This commit is contained in:
Klas Lindfors
2014-06-16 12:35:28 +02:00
parent 980c8656e9
commit fe5632e603
5 changed files with 76 additions and 1 deletions
+5
View File
@@ -35,6 +35,11 @@ extern "C"
{
#endif
typedef struct ykpiv_state ykpiv_state;
int ykpiv_init(ykpiv_state **state);
int ykpiv_done(ykpiv_state *state);
#ifdef __cplusplus
}
#endif