Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / src / gras_modinter.h
index f99b7da..1ec1d7d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras_modinter.h - How to init/exit the GRAS modules                      */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
@@ -9,8 +7,12 @@
 
 #ifndef GRAS_MODINTER_H
 #define GRAS_MODINTER_H
+#include <xbt/misc.h>           /* XBT_PUBLIC */
 
 /* modules initialization functions */
+void gras_emul_init(void);
+void gras_emul_exit(void);
+
 void gras_msg_register(void);
 void gras_msg_init(void);
 void gras_msg_exit(void);