Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Continue doxygenification
[simgrid.git] / include / gras / messages.h
index 88ae103..9a17eae 100644 (file)
@@ -1,15 +1,12 @@
 /* $Id$ */
 
 /* messaging - high level communication (send/receive messages)             */
-
 /* module's public interface exported to end user.                          */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003, 2004 Martin Quinson.                                 */
+/* 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_MESSAGES_H
 #define GRAS_MESSAGES_H
@@ -18,7 +15,7 @@
 #include "gras/transport.h"
 #include "gras/datadesc.h"
 
-BEGIN_DECL
+BEGIN_DECL()
 
 /* msgtype declaration and retrival */
 typedef struct s_gras_msgtype *gras_msgtype_t;
@@ -61,7 +58,7 @@ xbt_error_t gras_msg_wait(double          timeout,
 xbt_error_t gras_msg_handle(double timeOut);
 
 
-END_DECL
+END_DECL()
 
 #endif /* GRAS_MSG_H */