Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Interface revolution: do not try to survive to malloc failure
[simgrid.git] / include / xbt / log.h
index 81aa6b2..c36e084 100644 (file)
@@ -160,7 +160,7 @@ typedef enum {
 
 /* Functions you may call */
 
-extern gras_error_t gras_log_control_set(const char* cs);
+extern void gras_log_control_set(const char* cs);
 
 /* Forward declarations */
 typedef struct gras_log_appender_s gras_log_appender_t;