X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff6508f17d5e1bda1a68d5431ceff8157b7a22df..a5afaee62be6661d36a8d42cb727d28833d17d7e:/tools/gras/gras_stub_generator.h diff --git a/tools/gras/gras_stub_generator.h b/tools/gras/gras_stub_generator.h index 01c6688002..189f7b68ae 100644 --- a/tools/gras/gras_stub_generator.h +++ b/tools/gras/gras_stub_generator.h @@ -35,34 +35,30 @@ void generate_makefile_am(char *project, char *deployment); void generate_makefile_local(char *project, char *deployment); /* the gras.h header directory (used only in windows)*/ -extern char* __gras_path; +extern char *__gras_path; /* * Generate a borland simulation poject file. * @param name The name of the simulation project */ -void -generate_borland_simulation_project(const char* name); +void generate_borland_simulation_project(const char *name); /* * Generate a borland project file for real life. * @param name The name of the project to create. */ -void -generate_borland_real_life_project(const char* name); +void generate_borland_real_life_project(const char *name); /* * Create the Microsoft visual C++ file project for the simulation. */ -int -generate_simulation_dsp_file(const char* project_name); +int generate_simulation_dsp_file(const char *project_name); /* * Create the Microsoft visual C++ real life project file. */ -int -generate_real_live_dsp_file(const char* project_name); +int generate_real_live_dsp_file(const char *project_name); #endif