X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/963b8d1182796bce58318c92742863a8d3f32b37..87ed32c7d2bd1d29273fb7a3a88f80f9e489b398:/src/include/simgrid/platf_interface.h diff --git a/src/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h index 63cff21115..c5eb402e2d 100644 --- a/src/include/simgrid/platf_interface.h +++ b/src/include/simgrid/platf_interface.h @@ -1,6 +1,6 @@ /* platf_interface.h - Internal interface to the SimGrid platforms */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,6 +12,8 @@ #include "simgrid/platf.h" /* public interface */ #include "xbt/RngStream.h" +SG_BEGIN_DECL() + /* Module management functions */ XBT_PUBLIC(void) sg_platf_init(void); XBT_PUBLIC(void) sg_platf_exit(void); @@ -80,4 +82,6 @@ XBT_PUBLIC(void) surf_config_models_setup(void); XBT_PUBLIC(void) sg_platf_rng_stream_init(unsigned long seed[6]); XBT_PUBLIC(RngStream) sg_platf_rng_stream_get(const char* id); +SG_END_DECL() + #endif /* SG_PLATF_INTERFACE_H */