summaryrefslogtreecommitdiff
path: root/channels/chan_iax.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_iax.c')
-rwxr-xr-xchannels/chan_iax.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_iax.c b/channels/chan_iax.c
index d48b24f55..0c3b905b5 100755
--- a/channels/chan_iax.c
+++ b/channels/chan_iax.c
@@ -871,7 +871,7 @@ static int do_deliver(void *data)
return res;
}
-static int handle_error()
+static int handle_error(void)
{
/* XXX Ideally we should figure out why an error occured and then abort those
rather than continuing to try. Unfortunately, the published interface does
@@ -4279,7 +4279,7 @@ static void *network_thread(void *ignore)
return NULL;
}
-static int start_network_thread()
+static int start_network_thread(void)
{
return pthread_create(&netthreadid, NULL, network_thread, NULL);
}
@@ -4556,7 +4556,7 @@ void prune_peers(void){
}
-int set_config(char *config_file, struct sockaddr_in* sin){
+static int set_config(char *config_file, struct sockaddr_in* sin){
struct ast_config *cfg;
int capability=iax_capability;
struct ast_variable *v;