Mercurial > hg > octave-nkf
diff src/mexproto.h @ 10127:f21fdff5c906
Change signature of mexPrintf.
author | David Grundberg <davidg@cs.umu.se> |
---|---|
date | Mon, 18 Jan 2010 11:52:38 +0100 |
parents | 8687ce1c56da |
children | cd96d29c5efa |
line wrap: on
line diff
--- a/src/mexproto.h +++ b/src/mexproto.h @@ -82,7 +82,7 @@ extern OCTINTERP_API void mexErrMsgIdAndTxt (const char *id, const char *s, ...); extern OCTINTERP_API void mexWarnMsgTxt (const char *s); extern OCTINTERP_API void mexWarnMsgIdAndTxt (const char *id, const char *s, ...); -extern OCTINTERP_API void mexPrintf (const char *fmt, ...); +extern OCTINTERP_API int mexPrintf (const char *fmt, ...); extern OCTINTERP_API mxArray *mexGetVariable (const char *space, const char *name); extern OCTINTERP_API const mxArray *mexGetVariablePtr (const char *space, const char *name);