[Asterisk-cvs] asterisk/channels chan_zap.c,1.97,1.98
martinp at lists.digium.com
martinp at lists.digium.com
Fri Sep 12 12:08:35 CDT 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv10915/channels
Modified Files:
chan_zap.c
Log Message:
Fix a tiny thing
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- chan_zap.c 12 Sep 2003 16:51:35 -0000 1.97
+++ chan_zap.c 12 Sep 2003 17:09:44 -0000 1.98
@@ -500,7 +500,7 @@
#define CANPROGRESSDETECT(p) (ISTRUNK(p) || (p->sig & (SIG_EM | SIG_SF)) /* || (p->sig & __ZT_SIG_FXO) */)
/* translate between PRI causes and asterisk's */
-int hangup_pri2cause(int cause)
+static int hangup_pri2cause(int cause)
{
switch(cause) {
#ifdef ZAPATA_PRI
More information about the svn-commits
mailing list