This commit is contained in:
iceman1001 2021-02-17 08:59:20 +01:00
commit b3064c4888
3 changed files with 5 additions and 5 deletions

View file

@ -276,7 +276,7 @@ int searchFile(char **foundpath, const char *pm3dir, const char *searchname, con
/**
* @brief detects if file is of a supported filetype based on extension
* @param filename
* @return
* @return
*/
DumpFileType_t getfiletype(const char *filename);
#endif // FILEUTILS_H