mib_modules.h

00001 #ifndef MIB_MODULES_H
00002 #define MIB_MODULES_H
00003 
00004 #ifdef __cplusplus
00005 extern          "C" {
00006 #endif
00007 
00008 #define DO_INITIALIZE   1
00009 #define DONT_INITIALIZE 0
00010 
00011 struct module_init_list {
00012     char           *module_name;
00013     struct module_init_list *next;
00014 };
00015 
00016 void            add_to_init_list(char *module_list);
00017 int             should_init(const char *module_name);
00018 void            init_mib_modules(void);
00019 
00020 #ifdef __cplusplus
00021 }
00022 #endif
00023 #endif

net-snmpに対してSat Sep 5 13:14:22 2009に生成されました。  doxygen 1.4.7