nfs-ganesha 1.4
|
00001 00008 #ifndef __REGISTER_H__ 00009 #define __REGISTER_H__ 00010 00011 #include "snmp_adm.h" 00012 00021 int register_ro_string(oid * myoid, size_t oid_len, char *string, 00022 netsnmp_handler_registration ** phandler); 00023 00035 int reg_scal(oid * myoid, size_t oid_len, void *value, unsigned char type, int access, 00036 netsnmp_handler_registration * phandler_tab[2]); 00037 00048 int reg_get_set(oid * myoid, size_t oid_len, unsigned char type, int access, 00049 netsnmp_handler_registration * phandler[2]); 00050 00058 int reg_proc(oid * myoid, size_t oid_len, netsnmp_handler_registration ** phandler); 00059 00060 int unreg_instance(netsnmp_handler_registration * myreg); 00061 00062 #endif /* __REGISTER_H__ */