X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad5365a072943b2b0bacc486fa504e93a99ea940..e6bc6eb53997f4648bf3207348c060e9f50ee282:/src/amok/amok_modinter.h diff --git a/src/amok/amok_modinter.h b/src/amok/amok_modinter.h index ccc74774ed..96c837482c 100644 --- a/src/amok/amok_modinter.h +++ b/src/amok/amok_modinter.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* amok modinter - interface to AMOK modules initialization and such */ -/* Copyright (c) 2006 Martin Quinson. All rights reserved. */ +/* Copyright (c) 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. */ @@ -10,10 +9,10 @@ #ifndef AMOK_BASE_H #define AMOK_BASE_H -XBT_PUBLIC(void) amok_init(void); -XBT_PUBLIC(void) amok_exit(void); +void amok_init(void); +void amok_exit(void); /* module creation functions */ -XBT_PUBLIC(void) amok_pm_modulecreate(void); +void amok_pm_modulecreate(void); -#endif /* AMOK_BASE_H */ +#endif /* AMOK_BASE_H */