From 054b91c948ec2104bc2ad736c89d249b19e70ca7 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 1 Aug 2007 00:43:12 +0000 Subject: [PATCH] can't see why these functions are considered more public than the other ones... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3923 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/maxmin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index 84250e8e04..a9cfc6f5aa 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -75,7 +75,7 @@ void lmm_update_variable_latency(lmm_system_t sys, lmm_variable_t var, -XBT_PUBLIC(void) lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var, +void lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var, double weight); double lmm_get_variable_weight(lmm_variable_t var); @@ -85,7 +85,7 @@ void lmm_update_constraint_bound(lmm_system_t sys, lmm_constraint_t cnst, int lmm_constraint_used(lmm_system_t sys, lmm_constraint_t cnst); -XBT_PUBLIC(void) lmm_solve(lmm_system_t sys); +void lmm_solve(lmm_system_t sys); #ifdef HAVE_SDP void sdp_solve(lmm_system_t sys); -- 2.20.1