aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-20 11:11:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-20 11:11:01 +0100
commite616863190aa9ffcdfab998f133306d7638045c0 (patch)
tree9526ae7daea1c40fb8c80905f3cd42979fa151c3 /include
parent6b7ce74b8a40d207ef5e0764f981b1aae5551d24 (diff)
misc: Address various compiler warnings in the code
Diffstat (limited to 'include')
-rw-r--r--include/mgcp_ss7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index eb17158..e09c284 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -57,4 +57,7 @@ struct mgcp_ss7_cmd {
void mgcp_mgw_vty_init();
+int mgcp_snmp_init();
+int mgcp_snmp_connect(int port, int trunk, int timeslot);
+
#endif