Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / include / xbt / module.h
index fe11adf..3b0445d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* module - modularize the code                                             */
 
 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
 #ifndef _XBT_MODULE_H
 #define _XBT_MODULE_H
 
-#include <xbt/misc.h> /* XBT_PUBLIC */
+#include <xbt/misc.h>           /* XBT_PUBLIC */
 
 extern char *xbt_binary_name;
 
-XBT_PUBLIC void xbt_init(int *argc,char **argv);
-XBT_PUBLIC void xbt_exit(void);
+XBT_PUBLIC(void) xbt_init(int *argc, char **argv);
+XBT_PUBLIC(void) xbt_exit(void);
 #endif /* _XBT_MODULE_H */