diff src/pr-output.h @ 1355:94697d007075

[project @ 1995-09-05 20:04:15 by jwe]
author jwe
date Tue, 05 Sep 1995 20:07:21 +0000
parents 611d403c7f3d
children 0d9e10d10bd7
line wrap: on
line diff
--- a/src/pr-output.h
+++ b/src/pr-output.h
@@ -30,6 +30,7 @@
 class Complex;
 class ComplexMatrix;
 class Range;
+class Octave_str_obj;
 
 extern void octave_print_internal (ostream& os, double d,
 				   int pr_as_read_syntax = 0);
@@ -46,6 +47,9 @@
 extern void octave_print_internal (ostream& os, const Range& r,
 				   int pr_as_read_syntax = 0);
 
+extern void octave_print_internal (ostream& os, Octave_str_obj& s,
+				   int pr_as_read_syntax = 0);
+
 extern void set_format_style (int argc, char **argv);
 
 // XXX FIXME XXX -- these should probably be somewhere else.