Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / include / amok / base.h
index ae37bc0..26e4ca2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* amok_base - things needed in amok, but too small to constitute a module  */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
@@ -27,8 +25,8 @@ typedef struct {
   double value;
 } amok_result_t;
 
-XBT_PUBLIC void amok_base_init(void);
-XBT_PUBLIC void amok_base_exit(void);
+XBT_PUBLIC(void) amok_base_init(void);
+XBT_PUBLIC(void) amok_base_exit(void);
 
 
 #endif /* AMOK_BASE_H */