Ticket #17026: patch-sparse-util.h.patch

File patch-sparse-util.h.patch, 489 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • liboctave/sparse-util.h

    old new  
    2424#if !defined (octave_sparse_util_h)
    2525#define octave_sparse_util_h 1
    2626
    27 extern OCTAVE_API void SparseCholError (int status, char *file, int line, char *message);
     27extern OCTAVE_API void SparseCholError (int status, const char *file, int line, const char *message);
    2828extern OCTAVE_API int SparseCholPrint (const char *fmt, ...);
    2929
    3030#endif