marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Remove nfc-types.h file from installed ones #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IHMO, libnfc's types should not being exposed as they are:

First, as described in Issue 147 some types are useless since we (try to) code 
using C99 standard;
Then, only one change in exposed types (even typo) broke the API;
Finally, its more clean to install only a minimal set of headers.

Original issue reported on code.google.com by romu...@libnfc.org on 6 Mar 2011 at 1:15

GoogleCodeExporter commented 9 years ago
This file have been cleaned and all types are now used.
It can be improved, but we can consider the issue closed as there is now 
minimal set of types and newer are opaque types.

Original comment by romu...@libnfc.org on 27 Sep 2012 at 9:51