[Asterisk-cvs] asterisk/include/asterisk channel.h,1.38,1.38.2.1 parking.h,1.5,1.5.2.1

citats at lists.digium.com citats at lists.digium.com
Fri Feb 27 01:26:51 CST 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11447/include/asterisk

Modified Files:
      Tag: v1-0_stable
	channel.h parking.h 
Log Message:
Move ast_get_group from res_parking.c to channel.c



Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -u -d -r1.38 -r1.38.2.1
--- channel.h	16 Jan 2004 23:40:37 -0000	1.38
+++ channel.h	27 Feb 2004 06:16:07 -0000	1.38.2.1
@@ -843,6 +843,8 @@
 									c->blocking = -1; \
 									} }
 
+extern unsigned int ast_get_group(char *s);
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif

Index: parking.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/parking.h,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- parking.h	2 Jul 2003 14:06:12 -0000	1.5
+++ parking.h	27 Feb 2004 06:16:07 -0000	1.5.2.1
@@ -48,8 +48,6 @@
 
 extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect_in, int allowredirect_out, int allowdisconnect);
 
-extern unsigned int ast_get_group(char *s);
-
 extern int ast_pickup_call(struct ast_channel *chan);
 
 




More information about the svn-commits mailing list