diff liboctave/oct-md5.h @ 6536:3c89a3f9d23e

[project @ 2007-04-18 16:26:49 by jwe]
author jwe
date Wed, 18 Apr 2007 16:26:49 +0000
parents 65e9cf5c7718
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/oct-md5.h	Wed Apr 18 16:17:25 2007 +0000
+++ b/liboctave/oct-md5.h	Wed Apr 18 16:26:49 2007 +0000
@@ -21,9 +21,9 @@
 
 */
 
-extern std::string oct_md5 (const std::string str);
+extern OCTAVE_API std::string oct_md5 (const std::string str);
 
-extern std::string oct_md5_file (const std::string file);
+extern OCTAVE_API std::string oct_md5_file (const std::string file);
 	  
 /*
 ;;; Local Variables: ***