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