util: Migrated strippedLength from text

This commit is contained in:
Paul Beckingham 2016-12-11 17:39:11 -05:00
parent 14e3038571
commit b4e4727887
5 changed files with 37 additions and 36 deletions

View file

@ -63,6 +63,7 @@ const std::vector <std::string> extractParents (
std::string osName ();
const std::string obfuscateText (const std::string&);
bool nontrivial (const std::string&);
int strippedLength (const std::string&);
#endif
////////////////////////////////////////////////////////////////////////////////