[svn-commits] rmudgett: branch rmudgett/facility r1192 - /team/rmudgett/facility/pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 13 14:08:04 CDT 2009


Author: rmudgett
Date: Tue Oct 13 14:08:01 2009
New Revision: 1192

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1192
Log:
Move pri_sr_set_reversecharge() to be with others in the series.

Modified:
    team/rmudgett/facility/pri.c

Modified: team/rmudgett/facility/pri.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/facility/pri.c?view=diff&rev=1192&r1=1191&r2=1192
==============================================================================
--- team/rmudgett/facility/pri.c (original)
+++ team/rmudgett/facility/pri.c Tue Oct 13 14:08:01 2009
@@ -1304,6 +1304,11 @@
 	}
 }
 
+void pri_sr_set_reversecharge(struct pri_sr *sr, int requested)
+{
+	sr->reversecharge = requested;
+}
+
 void pri_hold_enable(struct pri *ctrl, int enable)
 {
 	ctrl = PRI_MASTER(ctrl);
@@ -1419,8 +1424,3 @@
 
 	return send_reroute_request(ctrl, call, caller_id, &reroute, subscription_option);
 }
-
-void pri_sr_set_reversecharge(struct pri_sr *sr, int requested)
-{
-	sr->reversecharge = requested;
-}




More information about the svn-commits mailing list