X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a69f8338676e77525c4353c1099137857ca02c33..3b2ff08b6c36016e266f2995099f6977c50c0a99:/include/smpi/smpi_helpers.h diff --git a/include/smpi/smpi_helpers.h b/include/smpi/smpi_helpers.h index 092d64d089..58963b91dc 100644 --- a/include/smpi/smpi_helpers.h +++ b/include/smpi/smpi_helpers.h @@ -20,6 +20,7 @@ unsigned int smpi_sleep(unsigned int secs); int smpi_gettimeofday(struct timeval* tv, struct timezone* tz); struct option; +int smpi_getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index); int smpi_getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index); int smpi_getopt (int argc, char *const *argv, const char *options);