X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b37de5b1f318c86019b809ad525a306ffd5755fd..721ec43f492cf3667eabe6f8fd3c832d9a6aa229:/src/surf/maxmin_private.hpp diff --git a/src/surf/maxmin_private.hpp b/src/surf/maxmin_private.hpp index bf697e2377..48479c8ddd 100644 --- a/src/surf/maxmin_private.hpp +++ b/src/surf/maxmin_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,6 +7,8 @@ #ifndef _SURF_MAXMIN_PRIVATE_H #define _SURF_MAXMIN_PRIVATE_H +#include + #include "surf/maxmin.h" #include "xbt/swag.h" #include "xbt/mallocator.h" @@ -119,10 +121,10 @@ typedef struct lmm_system { * * @param sys A lmm system */ -void lmm_print(lmm_system_t sys); +XBT_PRIVATE void lmm_print(lmm_system_t sys); -extern double (*func_f_def) (lmm_variable_t, double); -extern double (*func_fp_def) (lmm_variable_t, double); -extern double (*func_fpi_def) (lmm_variable_t, double); +extern XBT_PRIVATE double (*func_f_def) (lmm_variable_t, double); +extern XBT_PRIVATE double (*func_fp_def) (lmm_variable_t, double); +extern XBT_PRIVATE double (*func_fpi_def) (lmm_variable_t, double); #endif /* _SURF_MAXMIN_PRIVATE_H */