aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-21 10:51:50 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-22 11:41:54 +0100
commit77ffc9374287c1b06388d6d07a26f79022babd73 (patch)
tree1a5c2ef1654ed8f831c3b176a833fad7bbce15ea /include
parent8aaaa406bbee61920226a4c13f2a9e83daca10f3 (diff)
mgcp: Rename from snmp to hw in variables and function name.
Diffstat (limited to 'include')
-rw-r--r--include/mgcp/mgcp_internal.h2
-rw-r--r--include/mgcp_ss7.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/include/mgcp/mgcp_internal.h b/include/mgcp/mgcp_internal.h
index f0faf52..1918cb0 100644
--- a/include/mgcp/mgcp_internal.h
+++ b/include/mgcp/mgcp_internal.h
@@ -125,7 +125,7 @@ struct mgcp_endpoint {
/* Special MGW handling */
int blocked;
- unsigned int hw_snmp_port; /** This is index 1 based */
+ unsigned int hw_dsp_port; /** This is index 1 based */
unsigned int audio_port;
int block_processing;
};
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index e09c284..40051e1 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -1,7 +1,7 @@
/* mgcp_ss7 helper coder */
/*
- * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
- * (C) 2010-2011 by On-Waves
+ * (C) 2010-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2012 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify
@@ -57,7 +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);
+int mgcp_hw_init();
+int mgcp_hw_connect(int port, int trunk, int timeslot);
#endif