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

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Dec 6 02:08:59 MST 2006


Author: oej
Date: Wed Dec  6 03:08:58 2006
New Revision: 48313

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48313
Log:
If you change name, better do it in all places

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=48313&r1=48312&r2=48313
==============================================================================
--- team/oej/libmidcom-new/res_netsec.h (original)
+++ team/oej/libmidcom-new/res_netsec.h Wed Dec  6 03:08:58 2006
@@ -60,7 +60,7 @@
   void (* const ast_get_vredirip_video_hook)(void *r, struct sockaddr_in *vredirip);
   void (* const ast_rtp_get_their_nat_audio_hook)(struct ast_rtp *rtp, void *r);
   void (* const ast_rtp_get_their_nat_video_hook)(struct ast_rtp *vrtp, void *r);
-  void (* const ast_sip_helper_register)(struct ast_sip_helper_cb *cb);
+  void (* const ast_sip_helper_register)(struct ast_rtp_helper_cb *cb);
   void (* const ast_sip_helper_unregister)(void);
 };
 



More information about the svn-commits mailing list