[Asterisk-cvs] asterisk/channels/h323 chan_h323.h,1.33,1.34

jeremy at lists.digium.com jeremy at lists.digium.com
Thu Nov 11 16:34:39 CST 2004


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv4646

Modified Files:
	chan_h323.h 
Log Message:
format properly

Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- chan_h323.h	11 Nov 2004 21:30:30 -0000	1.33
+++ chan_h323.h	11 Nov 2004 21:35:56 -0000	1.34
@@ -196,7 +196,7 @@
 	void h323_send_tone(const char *call_token, char tone);
 
 	/* H323 create and destroy sessions */
-	int h323_make_call(char* dest, call_details_t *cd, call_options_t);
+	int h323_make_call(char *dest, call_details_t *cd, call_options_t);
 	int h323_clear_call(const char *);
 	
 	/* H.323 alerting and progress */




More information about the svn-commits mailing list