X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edca9509f1ec94a851e0265c1876a4733f4fff87..da06ff05b3164a8de84cfcfc427384c7791e5647:/include/simgrid/engine.h diff --git a/include/simgrid/engine.h b/include/simgrid/engine.h index 194e28c4b0..e946b5c3c4 100644 --- a/include/simgrid/engine.h +++ b/include/simgrid/engine.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2019. 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. */ @@ -17,6 +17,8 @@ XBT_PUBLIC void simgrid_run(); XBT_PUBLIC void simgrid_register_function(const char* name, int (*code)(int, char**)); XBT_PUBLIC void simgrid_register_default(int (*code)(int, char**)); XBT_PUBLIC double simgrid_get_clock(); + +XBT_PUBLIC void sg_config_continue_after_help(); SG_END_DECL() #endif /* INCLUDE_SIMGRID_ENGINE_H_ */