Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make jedule compilable with all warning flags
[simgrid.git] / include / instr / jedule / jedule_output.h
index f75d699..a735ff7 100644 (file)
@@ -19,9 +19,9 @@
 
 extern xbt_dynar_t jedule_event_list;
 
-void jedule_init_output();
+void jedule_init_output(void);
 
-void jedule_cleanup_output();
+void jedule_cleanup_output(void);
 
 void jedule_store_event(jed_event_t event);