X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c08d8ea807912cf87a5555f7b83192336c0c2608..5cf8b774598c7ce08ee2c05b1c461b10d0707b75:/include/xbt/synchro.h diff --git a/include/xbt/synchro.h b/include/xbt/synchro.h index a9e2773fb9..e735325a1d 100644 --- a/include/xbt/synchro.h +++ b/include/xbt/synchro.h @@ -1,7 +1,8 @@ /* xbt/synchro.h -- Synchronization tools */ /* Usable in simulator, (or in real life when mixing with GRAS) */ -/* Copyright (c) 2007-2009 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007, 2009, 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. */ @@ -14,8 +15,8 @@ #include "xbt/dynar.h" SG_BEGIN_DECL() -XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas, void_f_int_pvoid_t function); +XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas, + void_f_int_pvoid_t function); SG_END_DECL() - -#endif /* SYNCHRO_H_ */ +#endif /* SYNCHRO_H_ */