diff liboctave/lo-utils.h @ 6111:ed81d74118bb

[project @ 2006-10-27 02:43:23 by jwe]
author jwe
date Fri, 27 Oct 2006 02:43:24 +0000
parents 143b556ce725
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/lo-utils.h
+++ b/liboctave/lo-utils.h
@@ -55,6 +55,10 @@
 extern "C" OCTAVE_API char *oct_strptime (const char *buf, const char *format,
 			       struct tm *tm);
 
+extern "C" OCTINTERP_API int octave_strcasecmp (const char *s1, const char *s2);
+
+extern "C" OCTINTERP_API int octave_strncasecmp (const char *s1, const char *s2, size_t n);
+
 extern OCTAVE_API double octave_read_double (std::istream& is);
 extern OCTAVE_API Complex octave_read_complex (std::istream& is);