Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (C) dates; minor documentation improvements
[simgrid.git] / include / gras / modules / base.h
index 0f300f5..f0f678d 100644 (file)
@@ -2,11 +2,10 @@
 
 /* gras_addons - several addons to do specific stuff not in GRAS itself     */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003 the OURAGAN project.                                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. 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. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef GRAS_ADDONS_H
 #define GRAS_ADDONS_H
@@ -85,6 +84,6 @@ static const DataDescriptor msgResultDesc[] =
 void
 grasRepportError (gras_socket_t *sock, int id, int SeqCount,
                  const char *severeError,
-                 gras_error_t errcode, const char* format,...);
+                 xbt_error_t errcode, const char* format,...);
 
 #endif /* GRAS_ADDONS_H */