Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make smx_file_t, surf_file_t and msg_file_t
[simgrid.git] / src / gras_modinter.h
index 99e83a2..cbc2621 100644 (file)
@@ -1,30 +1,25 @@
-/* $Id$ */
-
 /* gras_modinter.h - How to init/exit the GRAS modules                      */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2004, 2005, 2006, 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. */
 
 #ifndef GRAS_MODINTER_H
 #define GRAS_MODINTER_H
-#include <xbt/misc.h> /* XBT_PUBLIC */
+#include <xbt/misc.h>           /* XBT_PUBLIC */
 
 /* modules initialization functions */
 void gras_emul_init(void);
-void gras_emul_exit(void); 
+void gras_emul_exit(void);
 
 void gras_msg_register(void);
 void gras_msg_init(void);
 void gras_msg_exit(void);
 void gras_trp_register(void);
-void gras_trp_init(void);
-void gras_trp_exit(void);
-void gras_datadesc_init(void);
-void gras_datadesc_exit(void);
 
 void gras_procdata_init(void);
 void gras_procdata_exit(void);
 
-#endif /* GRAS_MODINTER_H */
+#endif                          /* GRAS_MODINTER_H */