X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-server.h;h=79b4b682cf32372916c73da54ae8f8dd275e885f;hb=ab68ebc01f733258280bdf40abbcbc3a288c3a87;hp=91731a95330e12fdcafe213c736ac0eebedf9c22;hpb=307a8638d6429b0f77ad762d52309c550e45648c;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-server.h b/include/yaz++/z-server.h index 91731a9..79b4b68 100644 --- a/include/yaz++/z-server.h +++ b/include/yaz++/z-server.h @@ -2,7 +2,7 @@ * Copyright (c) 2000-2001, Index Data. * See the file LICENSE for details. * - * $Id: z-server.h,v 1.4 2003-12-16 14:17:01 adam Exp $ + * $Id: z-server.h,v 1.5 2005-05-17 20:34:36 adam Exp $ */ #include @@ -131,5 +131,5 @@ public: class YAZ_EXPORT Yaz_USMARC { public: - const char *get_record(int position); + const char *get_record(size_t position); };