hello output::blank_line() (with optional bool) (fixes bug #8 )

This commit is contained in:
Nicholas O'Connor
2017-04-13 14:35:50 -07:00
parent f83b5eb6d4
commit cd71e7f90f
3 changed files with 11 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ namespace cellar {
extern void statement(std::string parm, bool);
extern void warning(std::string, bool);
extern void error(std::string, bool);
extern void blank_line(bool verbose = false);
extern bool colors;
extern void detect_colors();