diff src/pager.h @ 6109:c68896f193e3

[project @ 2006-10-27 02:16:18 by jwe]
author jwe
date Fri, 27 Oct 2006 02:16:19 +0000 (2006-10-27)
parents 7ba9ad1fec11
children 93c65f2a5668
line wrap: on
line diff
--- a/src/pager.h
+++ b/src/pager.h
@@ -33,6 +33,7 @@
 #endif
 
 class
+OCTINTERP_API
 octave_pager_buf : public std::stringbuf
 {
 public:
@@ -53,6 +54,7 @@
 };
 
 class
+OCTINTERP_API
 octave_pager_stream : public std::ostream
 {
 protected:
@@ -83,6 +85,7 @@
 };
 
 class
+OCTINTERP_API
 octave_diary_buf : public std::stringbuf
 {
 public:
@@ -95,6 +98,7 @@
 };
 
 class
+OCTINTERP_API
 octave_diary_stream : public std::ostream
 {
 protected:
@@ -124,7 +128,7 @@
 
 #define octave_diary (octave_diary_stream::stream ())
 
-extern void flush_octave_stdout (void);
+extern OCTINTERP_API void flush_octave_stdout (void);
 
 #endif