Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
brain-dead hack
[simgrid.git] / include / xbt / config.h
index a4311ac..ed294df 100644 (file)
@@ -4,18 +4,17 @@
 
 /* This is useful to build named structs, like option or property sets.     */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2001,2002,2003,2004 da GRAS posse.                         */
+/* Copyright (c) 2001,2002,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 _XBT_CONFIG_H_
 #define _XBT_CONFIG_H_
 
 #include "xbt/dynar.h"
 
-BEGIN_DECL
+BEGIN_DECL()
   
 /* For now, a config is only a special dynar. But don't rely on it, */
 /* it may change in the future. */
@@ -119,6 +118,6 @@ xbt_error_t xbt_cfg_get_dynar (xbt_cfg_t    cfg,
                                 const char   *name,
                       /* OUT */ xbt_dynar_t *dynar);
 
-END_DECL
+END_DECL()
   
 #endif /* _XBT_CONFIG_H_ */