aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 4bf1d5727..3e0e848f6 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -108,7 +108,7 @@ typedef struct call_details {
} call_details_t;
typedef struct rtp_info {
- char *addr;
+ const char *addr;
unsigned int port;
} rtp_info_t;
@@ -194,7 +194,7 @@ extern "C" {
/* H323 listener related funcions */
int h323_start_listener(int, struct sockaddr_in);
- void h323_native_bridge(const char *, char *, char *);
+ void h323_native_bridge(const char *, const char *, char *);
/* Send a DTMF tone to remote endpoint */
void h323_send_tone(const char *call_token, char tone);