diff src/pr-output.h @ 3928:e8627dc4bdf2

[project @ 2002-05-03 19:56:01 by jwe]
author jwe
date Fri, 03 May 2002 19:56:02 +0000
parents b80bbb43a1a9
children f9ea3dcf58ee
line wrap: on
line diff
--- a/src/pr-output.h
+++ b/src/pr-output.h
@@ -32,6 +32,7 @@
 class Range;
 class boolMatrix;
 class charMatrix;
+class Cell;
 
 extern void
 octave_print_internal (std::ostream& os, double d,
@@ -67,6 +68,11 @@
 		       int extra_indent = 0,
 		       bool pr_as_string = false);
 
+extern void
+octave_print_internal (std::ostream& os, const Cell& c,
+		       bool pr_as_read_syntax = false,
+		       int extra_indent = 0);
+
 #endif
 
 /*