summaryrefslogtreecommitdiff
path: root/agent/mibgroup/snmpv3/usmConf.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/snmpv3/usmConf.h')
-rw-r--r--agent/mibgroup/snmpv3/usmConf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/mibgroup/snmpv3/usmConf.h b/agent/mibgroup/snmpv3/usmConf.h
new file mode 100644
index 0000000..d27f12e
--- /dev/null
+++ b/agent/mibgroup/snmpv3/usmConf.h
@@ -0,0 +1,8 @@
+#ifndef _MIBGROUP_USMCONF_H
+#define _MIBGROUP_USMCONF_H
+
+#include <net-snmp/library/snmpusm.h>
+config_belongs_in(agent_module)
+extern void init_usmConf(void);
+
+#endif /* _MIBGROUP_USMCONF_H */