[Asterisk-cvs] asterisk/include/asterisk channel.h,1.38,1.39 parking.h,1.5,1.6

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


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

Modified Files:
	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.39
diff -u -d -r1.38 -r1.39
--- channel.h	16 Jan 2004 23:40:37 -0000	1.38
+++ channel.h	27 Feb 2004 06:15:49 -0000	1.39
@@ -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.6
diff -u -d -r1.5 -r1.6
--- parking.h	2 Jul 2003 14:06:12 -0000	1.5
+++ parking.h	27 Feb 2004 06:15:49 -0000	1.6
@@ -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