diff options
Diffstat (limited to 'include/mgcp_ss7.h')
-rw-r--r-- | include/mgcp_ss7.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |