fixed definition for c++

This commit is contained in:
Frank Morgner
2013-12-04 22:17:42 +01:00
parent 6837609dbd
commit 18463fc820

View File

@@ -19,10 +19,15 @@
#ifndef _IFD_VPCD_H_
#define _IFD_VPCD_H_
#ifdef __cplusplus
extern "C" {
#endif
extern const unsigned char VICC_MAX_SLOTS;
extern const char *hostname;
#ifdef __cplusplus
}
#endif
#endif