X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935..44d361c91bd348cd70ee6afbdf63a5c2a7406dc1:/include/amok/base.h diff --git a/include/amok/base.h b/include/amok/base.h index 8a87862041..8d115ac3eb 100644 --- a/include/amok/base.h +++ b/include/amok/base.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* amok_base - things needed in amok, but too small to constitute a module */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -27,8 +26,8 @@ typedef struct { double value; } amok_result_t; -void amok_base_init(void); -void amok_base_exit(void); +XBT_PUBLIC(void) amok_base_init(void); +XBT_PUBLIC(void) amok_base_exit(void); -#endif /* AMOK_BASE_H */ +#endif /* AMOK_BASE_H */