[svn-commits] oej: branch oej/libmidcom-new r48312 - /team/oej/libmidcom-new/res_netsec.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Dec 6 02:05:55 MST 2006


Author: oej
Date: Wed Dec  6 03:05:54 2006
New Revision: 48312

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48312
Log:
Update

Modified:
    team/oej/libmidcom-new/res_netsec.h

Modified: team/oej/libmidcom-new/res_netsec.h
URL: http://svn.digium.com/view/asterisk/team/oej/libmidcom-new/res_netsec.h?view=diff&rev=48312&r1=48311&r2=48312
==============================================================================
--- team/oej/libmidcom-new/res_netsec.h (original)
+++ team/oej/libmidcom-new/res_netsec.h Wed Dec  6 03:05:54 2006
@@ -30,7 +30,8 @@
 extern int midcom_load_module(void);
 extern void midcom_unload_module(void);
 
-struct ast_sip_helper_cb {
+/* The RTP helper module */
+struct ast_rtp_helper_cb {
   void (* const ast_rtp_get_peer_audio_helper)(void *p, struct sockaddr_in *them);
   void (* const ast_rtp_get_peer_video_helper)(void *p, struct sockaddr_in *them);
   void (* const ast_rtp_get_us_audio_helper)(void *p, struct sockaddr_in *sin);



More information about the svn-commits mailing list