X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb9dad4e95bf3b7434cae7f56ec767befca84f4e..9189fe94c14ef9e31142d1603a1979ea7e731a0a:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index ca99daceb8..7841c7eefc 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -23,14 +23,14 @@ BEGIN_DECL() * * Perform the various intialisations needed by gras. Each process must run it */ -xbt_error_t gras_process_init(void); +void gras_process_init(void); /** * gras_process_exit: * * Frees the memory allocated by gras. Processes should run it */ -xbt_error_t gras_process_exit(void); +void gras_process_exit(void); /****************************************************************************/ /* Manipulating User Data */