util: Migrated optionalBlankLine from text

This commit is contained in:
Paul Beckingham 2016-12-11 17:46:06 -05:00
parent eb1e35e84b
commit 87757fb36f
15 changed files with 21 additions and 22 deletions

View file

@ -64,6 +64,7 @@ std::string osName ();
const std::string obfuscateText (const std::string&);
bool nontrivial (const std::string&);
int strippedLength (const std::string&);
const char* optionalBlankLine ();
#endif
////////////////////////////////////////////////////////////////////////////////