From: Augustin DEGOMME AD254919 Date: Mon, 18 Jun 2018 13:07:31 +0000 (+0200) Subject: woops X-Git-Tag: v3.20~86 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3b2ff08b6c36016e266f2995099f6977c50c0a99 woops --- 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);