Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed licence and copyright. No more reference to da GRAS possee or the
[simgrid.git] / src / include / surf / surf.h
index 5ae0807..ebc3d5b 100644 (file)
@@ -1,8 +1,9 @@
-/* Authors: Arnaud Legrand                                                  */
+/*     $Id$     */
 
-/* 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. */
+/* Copyright (c) 2004 Arnaud Legrand. 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. */
 
 #ifndef _SURF_SURF_H
 #define _SURF_SURF_H
@@ -121,7 +122,7 @@ void surf_network_resource_init(const char *filename);
 /*** SURF Globals **************************/
 /*******************************************/
 
-void surf_init(void);          /* initialize common structures */
+void surf_init(int *argc, char **argv);        /* initialize common structures */
 xbt_heap_float_t surf_solve(void);     /*  update all states and returns
                                           the time elapsed since last
                                           event */