summaryrefslogtreecommitdiff
path: root/include/mts/MTS_Text.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2021-02-04 11:15:36 -0600
committerJeff Hatch <jhatch@multitech.com>2021-02-04 11:15:36 -0600
commit790f535aa15e9d149d742bada1e25358d381b5f6 (patch)
tree23ff6a85c500444f942a7bf356fb08793531f9a5 /include/mts/MTS_Text.h
parent7ba216743f5a413ff3093cfe169718894836cb62 (diff)
parentda261ffdee9e0a49d1e3ec9e06fa3b6828596dd5 (diff)
downloadlibmts-790f535aa15e9d149d742bada1e25358d381b5f6.tar.gz
libmts-790f535aa15e9d149d742bada1e25358d381b5f6.tar.bz2
libmts-790f535aa15e9d149d742bada1e25358d381b5f6.zip
Merge branch 'ms/MTX-3785_file_type_restrictions' into 'master' 0.9
[MTX-3785] mPower R.5.4: GP-971 - Device shall implement file type restrictions for all “upload” sections on the UI See merge request !3
Diffstat (limited to 'include/mts/MTS_Text.h')
-rw-r--r--include/mts/MTS_Text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_Text.h b/include/mts/MTS_Text.h
index 2380add..4ded3fc 100644
--- a/include/mts/MTS_Text.h
+++ b/include/mts/MTS_Text.h
@@ -137,6 +137,8 @@ namespace MTS {
}
return true;
}
+
+ static std::string getFileExtension(const std::string& filename);
};
}