summaryrefslogtreecommitdiff
path: root/channels/chan_modem_i4l.c
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-10 06:00:17 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-10 06:00:17 +0000
commitc1e327a7138c492ca2bb4e88d7a0d80d20758cc5 (patch)
tree08d12ad916478a026bd64616ef36965ea2d85cab /channels/chan_modem_i4l.c
parent32b4c314f95fc51e6ed65e7f646b35affd1a2eb8 (diff)
Mon Mar 10 07:00:00 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_modem_i4l.c')
-rwxr-xr-xchannels/chan_modem_i4l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_modem_i4l.c b/channels/chan_modem_i4l.c
index 18b5a5039..277c16b86 100755
--- a/channels/chan_modem_i4l.c
+++ b/channels/chan_modem_i4l.c
@@ -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++;