handle sanity check removed that triggered c++ linkage errors
This commit is contained in:
parent
b655d56fb4
commit
2d97c1e2c6
1 changed files with 0 additions and 4 deletions
|
|
@ -46,11 +46,7 @@
|
||||||
Note that its contents is different dependending on if invoked from a
|
Note that its contents is different dependending on if invoked from a
|
||||||
cli/backend/netconf or other plugin. But this is hidden under-the-hood.
|
cli/backend/netconf or other plugin. But this is hidden under-the-hood.
|
||||||
*/
|
*/
|
||||||
#if 1 /* SANITY CHECK */
|
|
||||||
typedef struct {float a;} *clicon_handle;
|
|
||||||
#else
|
|
||||||
typedef void *clicon_handle;
|
typedef void *clicon_handle;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The dynamicically loadable plugin object handle (should be in clixon_plugin.h) */
|
/* The dynamicically loadable plugin object handle (should be in clixon_plugin.h) */
|
||||||
typedef void *plghndl_t;
|
typedef void *plghndl_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue