# HG changeset patch # User jwe # Date 1172523251 0 # Node ID 069ea93b3c45d2e3deedd434b1d8e34133b9a253 # Parent 61091f4af6e43f4f7606a995abd41e928cf0f610 [project @ 2007-02-26 20:54:11 by jwe] diff -r 61091f4af6e4 -r 069ea93b3c45 liboctave/ChangeLog --- 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 * oct-rand.cc (do_old_initialization()): call setcgn(1) prior to diff -r 61091f4af6e4 -r 069ea93b3c45 liboctave/sparse-util.h --- 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