X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-server.h;h=e17dff6c59b83a3e77ff1cdbd7d6088176f460cf;hb=dd9243da4f0b0732e655d13c41e228f03c73879d;hp=6d1ccdfb3f9e3bc449cd0d25cde5e4b172b42f1f;hpb=4b3585940162cf9ca65ca4a6914c0addcde50eef;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-server.h b/include/yazpp/z-server.h index 6d1ccdf..e17dff6 100644 --- a/include/yazpp/z-server.h +++ b/include/yazpp/z-server.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2008 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -39,7 +39,7 @@ class YAZ_EXPORT Z_ServerUtility { void create_surrogateDiagnostics(ODR odr, Z_NamePlusRecord *rec, const char *dbname, int error, char *const addinfo); - + Z_Records *create_nonSurrogateDiagnostics (ODR odr, int error, const char *addinfo); @@ -117,7 +117,7 @@ class YAZ_EXPORT Yaz_Facility_Retrieval : public IServer_Facility, const char *resultSetName, int start, int num, Z_RecordComposition *comp, - int *next, int *pres, + Odr_int *next, Odr_int *pres, Odr_oid *oid); void fetch_via_piggyback (Z_Server *s, @@ -163,6 +163,7 @@ class YAZ_EXPORT Yaz_USMARC { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab