Mercurial > hg > octave-nkf
diff liboctave/Array-util.h @ 7246:f81e80674b9b
[project @ 2007-12-04 15:49:12 by jwe]
author | jwe |
---|---|
date | Tue, 04 Dec 2007 15:49:12 +0000 |
parents | da540e715d05 |
children | 9a4541c622b5 |
line wrap: on
line diff
--- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -85,7 +85,7 @@ octave_idx_type iidx; }; -extern int permute_vector_compare (const void *a, const void *b); +extern int OCTAVE_API permute_vector_compare (const void *a, const void *b); extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len);