Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert Jedule bindings to C++
[simgrid.git] / include / simgrid / jedule / jedule_output.h
index 04a134a..6a4a148 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2012, 2014. The SimGrid Team.
+/* Copyright (c) 2010-2012, 2014-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -16,6 +16,8 @@
 
 #ifdef HAVE_JEDULE
 
+SG_BEGIN_DECL()
+
 extern xbt_dynar_t jedule_event_list;
 
 void jedule_init_output(void);
@@ -27,6 +29,8 @@ 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);
 
+SG_END_DECL()
+
 #endif
 
 #endif /* JEDULE_OUTPUT_H_ */