diff src/ls-oct-ascii.h @ 6109:c68896f193e3

[project @ 2006-10-27 02:16:18 by jwe]
author jwe
date Fri, 27 Oct 2006 02:16:19 +0000
parents 85c7dc4afe6b
children 9e32bb109980
line wrap: on
line diff
--- a/src/ls-oct-ascii.h	Fri Oct 27 01:45:56 2006 +0000
+++ b/src/ls-oct-ascii.h	Fri Oct 27 02:16:19 2006 +0000
@@ -40,24 +40,24 @@
 #define OCT_RBV DBL_MAX / 100.0
 #endif
 
-extern std::string
+extern OCTINTERP_API std::string
 extract_keyword (std::istream& is, const char *keyword, 
 		 const bool next_only = false);
 
-extern std::string
+extern OCTINTERP_API std::string
 read_ascii_data (std::istream& is, const std::string& filename, bool& global,
 		 octave_value& tc, octave_idx_type count);
 
-extern bool
+extern OCTINTERP_API bool
 save_ascii_data (std::ostream& os, const octave_value& val_arg,
 		 const std::string& name, bool& infnan_warned,
 		 bool mark_as_global, int precision);
 
-extern bool
+extern OCTINTERP_API bool
 save_ascii_data_for_plotting (std::ostream& os, const octave_value& t,
 			      const std::string& name);
 
-extern bool
+extern OCTINTERP_API bool
 save_three_d (std::ostream& os, const octave_value& t,
 	      bool parametric = false);