dev_callbacks_list should only get compiled into the libnfc library, not in every client application. (Thanks to snapdev)

This commit is contained in:
Romuald Conty 2009-07-15 17:45:38 +00:00
parent 45b2cfa258
commit 3b8a414cd2
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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);