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:
Matteo Brancaleoni
2003-03-02 19:52:23 +00:00
parent 708c892f57
commit b9ae36c893
9 changed files with 5488 additions and 7 deletions

View File

@@ -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;