summaryrefslogtreecommitdiff
path: root/agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h')
-rw-r--r--agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h b/agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h
new file mode 100644
index 0000000..2fcc03c
--- /dev/null
+++ b/agent/mibgroup/tlstm-mib/snmpTlstmSession/snmpTlstmSession.h
@@ -0,0 +1,9 @@
+#ifndef SNMPTLSTMSESSION_H
+#define SNMPTLSTMSESSION_H
+
+/** Initializes the snmpTlstmSession module */
+void init_snmpTlstmSession(void);
+void shutdown_snmpTlstmSession(void);
+
+#endif /* SNMPTLSTMSESSION_H */
+