Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
there is no publication page in the in-tarball documentation anymore (kill dead code)
[simgrid.git] / tools / gras / gras_stub_generator.h
index 189f7b68ae7a92d3be64431e7c9973cdce3e39ec..8fa5f45510a7c93d0e9330cef44b7ac6b8d6548c 100644 (file)
@@ -1,5 +1,3 @@
-/*     $Id$     */
-
 /* gras_stub_generator - creates the main() to use a GRAS program           */
 
 /* Copyright (c) 2003-2007 Martin Quinson, Arnaud Legrand, Malek Cherier.   */
 
 #include "xbt/dynar.h"
 #include "xbt/dict.h"
-xbt_dict_t process_function_set;
-xbt_dynar_t process_list;
-xbt_dict_t machine_set;
+extern xbt_dict_t process_function_set;
+extern xbt_dynar_t process_list;
+extern xbt_dict_t machine_set;
+extern char *warning;
 
 typedef struct s_process_t {
   int argc;
   char **argv;
   char *host;
 } s_process_t;
-char *warning;
 
 void s_process_free(void *process);