mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
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:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user