mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
dom mar 2 20:52:10 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user