Mon Mar 10 07:00:00 CET 2003

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matteo Brancaleoni
2003-03-10 06:00:17 +00:00
parent 32b4c314f9
commit c1e327a713
7 changed files with 55 additions and 9 deletions

View File

@@ -474,7 +474,7 @@ static char *i4l_identify(struct ast_modem_pvt *p)
return strdup("Linux ISDN");
}
static void i4l_incusecnt()
static void i4l_incusecnt(void)
{
ast_pthread_mutex_lock(&usecnt_lock);
usecnt++;
@@ -482,7 +482,7 @@ static void i4l_incusecnt()
ast_update_use_count();
}
static void i4l_decusecnt()
static void i4l_decusecnt(void)
{
ast_pthread_mutex_lock(&usecnt_lock);
usecnt++;