From 53b093ecc1472f537c11a5392831740eeb3753e5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 4 Sep 1997 07:58:36 +0000 Subject: [PATCH] Added prototype for atoi_n. --- include/yaz-util.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/yaz-util.h b/include/yaz-util.h index 9143460..ba4971b 100644 --- a/include/yaz-util.h +++ b/include/yaz-util.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-util.h,v $ - * Revision 1.4 1997-09-01 08:49:54 adam + * Revision 1.5 1997-09-04 07:58:36 adam + * Added prototype for atoi_n. + * + * Revision 1.4 1997/09/01 08:49:54 adam * New windows NT/95 port using MSV5.0. To export DLL functions the * YAZ_EXPORT modifier was added. Defined in yconfig.h. * @@ -30,6 +33,7 @@ extern "C" { #endif YAZ_EXPORT int yaz_matchstr(const char *s1, const char *s2); +YAZ_EXPORT int atoi_n (const char *buf, int len); #ifdef __cplusplus } -- 1.7.10.4