Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make PARSE_ERROR a variadic macro too.
[simgrid.git] / src / gras / DataDesc / datadesc_interface.h
index 9222c59..d9bdfd5 100644 (file)
@@ -2,9 +2,8 @@
 
 /* module's public interface exported within GRAS, but not to end user.     */
 
-/* Copyright (c) 2003 Olivier Aumage.                                       */
-/* 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. */
@@ -35,13 +34,13 @@ XBT_PUBLIC(void) gras_datadesc_recv(gras_socket_t sock,
                                     void *dst);
 
 /* Described data exchanges: IDL compilation FIXME: not implemented*/
-     void gras_datadesc_gen_cpy(gras_datadesc_type_t type, void *src,
-                                void **dst);
-     void gras_datadesc_gen_send(gras_socket_t sock,
-                                 gras_datadesc_type_t type, void *src);
-     void gras_datadesc_gen_recv(gras_socket_t sock,
-                                 gras_datadesc_type_t type, int r_arch,
-                                 void *dst);
+void gras_datadesc_gen_cpy(gras_datadesc_type_t type, void *src,
+                           void **dst);
+void gras_datadesc_gen_send(gras_socket_t sock,
+                            gras_datadesc_type_t type, void *src);
+void gras_datadesc_gen_recv(gras_socket_t sock,
+                            gras_datadesc_type_t type, int r_arch,
+                            void *dst);
 
 
-#endif /* GRAS_DATADESC_INTERFACE_H */
+#endif                          /* GRAS_DATADESC_INTERFACE_H */