/* -*- mode:C; c-file-style: "bsd" -*- */
/*
- * Copyright (c) 2008, Yubico AB
+ * Copyright (c) 2008, 2011, Yubico AB
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
#error "To be implemented!"
+#include "ykcore.h"
+#include "ykdef.h"
+#include "ykcore_backend.h"
+
int _ykusb_start(void)
{
yk_errno = YK_ENOTYETIMPL;
return NULL;
}
-int _ykusb_close_device(void *)
+int _ykusb_close_device(void *yk)
{
yk_errno = YK_ENOTYETIMPL;
return 0;
return 0;
}
-const char *_ykusb_strerror()
+const char *_ykusb_strerror(void)
{
yk_errno = YK_ENOTYETIMPL;
return 0;