Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
brain-dead hack
[simgrid.git] / include / gras / process.h
index 5261482..d318c9a 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id$                     */
+/* $Id$ */
 
-/* gras/core.h - Unsorted part of the GRAS public interface                 */
+/* gras/process.h - Manipulating data related to an host.                   */
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* 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. */
@@ -12,7 +12,7 @@
 
 #include "xbt/misc.h" /* BEGIN_DECL */
 
-BEGIN_DECL
+BEGIN_DECL()
 
 /* **************************************************************************
  * Initializing the processes
@@ -56,7 +56,7 @@ void gras_userdata_set(void *ud);
 
 #define gras_userdata_new(type) (gras_userdata_set(xbt_new0(type,1)),gras_userdata_get())
 
-END_DECL
+END_DECL()
 
 #endif /* GRAS_PROCESS_H */