X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46cb4b4accc07e69d02cecac43b3f829a6978fb0..e89e475207ef3b603dc2121f616c4a582d4d2684:/src/portable.h diff --git a/src/portable.h b/src/portable.h index b227f89de3..835de982df 100644 --- a/src/portable.h +++ b/src/portable.h @@ -189,6 +189,6 @@ extern int vasnprintf(char **ptr, size_t str_m, const char *fmt, va_list ap); **** Some debugging functions. Can't we find a better place for this?? ****/ void hexa_print(const char*name, unsigned char *data, int size); -const char *hexa_str(unsigned char *data, int size); +const char *hexa_str(unsigned char *data, int size, int downside); #endif /* GRAS_PORTABLE_H */