Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add/update copyright notices.
[simgrid.git] / include / instr / jedule / jedule_output.h
index f75d699..04a134a 100644 (file)
@@ -1,9 +1,8 @@
-/*
- * jedule_output.h
- *
- *  Created on: Nov 30, 2010
- *      Author: sascha
- */
+/* Copyright (c) 2010-2012, 2014. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef JEDULE_OUTPUT_H_
 #define JEDULE_OUTPUT_H_
 
 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);
 
 void write_jedule_output(FILE *file, jedule_t jedule,
-               xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
+    xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
 
 #endif