blob: 9592bdda45b726ce2f1f1be4a4d2b1aa97f07082 [file] [log] [blame]
/*
* Dynamic Loadable Agent Modules MIB (UCD-DLMOD-MIB) - dlmod.h
*
*/
#ifndef MIBGROUP_DLMOD_H
#define MIBGROUP_DLMOD_H
#if (!defined(HAVE_DLFCN_H) || !defined(HAVE_DLOPEN)) && !defined(WIN32)
config_error(Dynamic modules not supported on this platform)
#endif
config_add_mib(UCD-DLMOD-MIB)
void init_dlmod(void);
void shutdown_dlmod(void);
#endif /* MIBGROUP_DLMOD_H */