From: Adam Dickmeiss Date: Thu, 4 Sep 1997 07:58:36 +0000 (+0000) Subject: Added prototype for atoi_n. X-Git-Tag: YAZ.1.8~618 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=53b093ecc1472f537c11a5392831740eeb3753e5 Added prototype for atoi_n. --- 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 }