r358: no message
[ctsim.git] / include / plotfile.h
index 409746965ff014e898bf24e2141b7232451264f3..42ddf5530430fe760a7289551428912f0e800102 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: plotfile.h,v 1.6 2001/01/02 16:02:12 kevin Exp $
+**  $Id: plotfile.h,v 1.7 2001/01/07 22:53:36 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -132,6 +132,8 @@ public:
 
   void printHeaders (std::ostream& os) const;
   void printHeaders (std::ostringstream& os) const;
+  void printHeadersBrief (std::ostream& os) const;
+  void printHeadersBrief (std::ostringstream& os) const;
 };