dev_callbacks_list should only get compiled into the libnfc library, not in every client application. (Thanks to snapdev)
This commit is contained in:
parent
45b2cfa258
commit
3b8a414cd2
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "devices.h"
|
||||
|
||||
#include "bitutils.h"
|
||||
|
||||
// Registers and symbols masks used to covers parts within a register
|
||||
|
|
|
@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||
#include "defines.h"
|
||||
#include "types.h"
|
||||
#include "bitutils.h"
|
||||
#include "devices.h"
|
||||
|
||||
dev_info* nfc_connect(void);
|
||||
void nfc_disconnect(dev_info* pdi);
|
||||
|
|
Loading…
Reference in a new issue