X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e:/tools/tesh2/include/is_cmd.h diff --git a/tools/tesh2/include/is_cmd.h b/tools/tesh2/include/is_cmd.h index 4c6d743b74..112588a939 100644 --- a/tools/tesh2/include/is_cmd.h +++ b/tools/tesh2/include/is_cmd.h @@ -2,17 +2,16 @@ #define __IS_CMD_H #include - + #ifdef __cplusplus -extern "C" { -#endif - -int -is_cmd(char** path, char** builtin, const char* p); - +extern "C" { + +#endif /* */ + int is_cmd(char **path, char **builtin, const char *p); + #ifdef __cplusplus -} -#endif +} +#endif /* */ -#endif /* !__IS_CMD_H */ +#endif /* !__IS_CMD_H */