diff src/pr-output.h @ 4925:90f51232d751

[project @ 2004-08-02 22:09:47 by jwe]
author jwe
date Mon, 02 Aug 2004 22:09:47 +0000
parents 35bfb4e0b96b
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/pr-output.h
+++ b/src/pr-output.h
@@ -98,6 +98,11 @@
 		       bool pr_as_string = false);
 
 extern void
+octave_print_internal (std::ostream& os, const std::string& s,
+		       bool pr_as_read_syntax = false,
+		       int extra_indent = 0);
+
+extern void
 octave_print_internal (std::ostream& os, const ArrayN<std::string>& sa,
 		       bool pr_as_read_syntax = false,
 		       int extra_indent = 0);