9 #ifndef _STRUS_CMDLINEOPT_HPP_INCLUDED 
   10 #define _STRUS_CMDLINEOPT_HPP_INCLUDED 
   18 class ErrorBufferInterface;
 
   25 void printIndentMultilineString( std::ostream& out, std::size_t indentsize, 
const char* descr, ErrorBufferInterface* errorhnd);
 
void printIndentMultilineString(std::ostream &out, std::size_t indentsize, const char *descr, ErrorBufferInterface *errorhnd)
Print a multiline string with indentiation.