aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp/mgcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgcp/mgcp.h')
-rw-r--r--include/mgcp/mgcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mgcp/mgcp.h b/include/mgcp/mgcp.h
index e7464c6..13243ff 100644
--- a/include/mgcp/mgcp.h
+++ b/include/mgcp/mgcp.h
@@ -125,7 +125,7 @@ void mgcp_free_endp(struct mgcp_endpoint *endp);
* format helper functions
*/
struct msgb *mgcp_handle_message(struct mgcp_config *cfg, struct msgb *msg);
-struct msgb *mgcp_create_response_with_data(int code, const char *msg, const char *trans, const char *data);
+struct msgb *mgcp_create_response_with_data(int code, const char *txt, const char *msg, const char *trans, const char *data);
/* adc helper */
static inline int mgcp_timeslot_to_endpoint(int multiplex, int timeslot)