Mercurial > hg > octave-lyh
diff liboctave/sparse-util.h @ 6359:069ea93b3c45
[project @ 2007-02-26 20:54:11 by jwe]
author | jwe |
---|---|
date | Mon, 26 Feb 2007 20:54:11 +0000 |
parents | b4cfbb0ec8c4 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/sparse-util.h +++ b/liboctave/sparse-util.h @@ -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