diff src/ls-oct-binary.h @ 7867:f6fffa74b9b5

Export additional symbols: octave_fcn_inline, octave_fcn_handle, read_binary_data, save_binary_data.
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 02 May 2008 16:52:41 +0200
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/src/ls-oct-binary.h
+++ b/src/ls-oct-binary.h
@@ -23,12 +23,12 @@
 #if !defined (octave_ls_oct_binary_h)
 #define octave_ls_oct_binary_h 1
 
-extern bool
+extern OCTINTERP_API bool
 save_binary_data (std::ostream& os, const octave_value& tc,
 		  const std::string& name, const std::string& doc,
 		  bool mark_as_global, bool save_as_floats);
 
-extern std::string
+extern OCTINTERP_API std::string
 read_binary_data (std::istream& is, bool swap,
 		  oct_mach_info::float_format fmt,
 		  const std::string& filename, bool& global,