Add extern "C" to modules.h.
This commit is contained in:
@ -20,6 +20,9 @@
|
|||||||
#include <dcb.h>
|
#include <dcb.h>
|
||||||
#include <modinfo.h>
|
#include <modinfo.h>
|
||||||
#include <resultset.h>
|
#include <resultset.h>
|
||||||
|
#include <skygw_debug.h>
|
||||||
|
|
||||||
|
EXTERN_C_BLOCK_BEGIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file modules.h Utilities for loading modules
|
* @file modules.h Utilities for loading modules
|
||||||
@ -72,4 +75,6 @@ extern RESULTSET *moduleGetList();
|
|||||||
extern void module_feedback_send(void*);
|
extern void module_feedback_send(void*);
|
||||||
extern void moduleShowFeedbackReport(DCB *dcb);
|
extern void moduleShowFeedbackReport(DCB *dcb);
|
||||||
|
|
||||||
|
EXTERN_C_BLOCK_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user