conf.h: make it more standard

This commit is contained in:
Philippe Teuwen 2013-03-06 19:36:32 +01:00
parent b81519c6a9
commit 90622f52b7

View file

@ -14,7 +14,12 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "nfc-internal.h"
#ifndef __NFC_CONF_H__
#define __NFC_CONF_H__
#include <nfc/nfc-types.h>
void conf_load(nfc_context *context);
#endif // __NFC_CONF_H__