changeset 6359:069ea93b3c45

[project @ 2007-02-26 20:54:11 by jwe]
author jwe
date Mon, 26 Feb 2007 20:54:11 +0000
parents 61091f4af6e4
children 6f3902d56db8
files liboctave/ChangeLog liboctave/sparse-util.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Feb 26 20:46:24 2007 +0000
+++ b/liboctave/ChangeLog	Mon Feb 26 20:54:11 2007 +0000
@@ -2,6 +2,9 @@
 
 	* Makefile.in: Use $(LN_S) instead of ln or ln -s.
 
+	* sparse-util.h (SparseCholPrint, SparseCholError):
+	Tag with OCTAVE_API.
+
 2007-02-18  David Bateman  <dbateman@free.fr>
 
 	* oct-rand.cc (do_old_initialization()): call setcgn(1) prior to
--- a/liboctave/sparse-util.h	Mon Feb 26 20:46:24 2007 +0000
+++ b/liboctave/sparse-util.h	Mon Feb 26 20:54:11 2007 +0000
@@ -23,8 +23,8 @@
 #if !defined (octave_sparse_util_h)
 #define octave_sparse_util_h 1
 
-extern void SparseCholError (int status, char *file, int line, char *message);
-extern int SparseCholPrint (const char *fmt, ...);
+extern OCTAVE_API void SparseCholError (int status, char *file, int line, char *message);
+extern OCTAVE_API int SparseCholPrint (const char *fmt, ...);
 
 #endif