X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=17c2ac9329a48d5c8972268c827f56c72f4ea66b;hb=bd3a317131488141726cedfba9f86b9e479c5385;hp=19f2c16132ab91edbea2f79dd2b0ce200e5d8193;hpb=fc83d98d346711f446d9f9a29cc2ff0eee398053;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 19f2c16..17c2ac9 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.35 2006-05-30 13:21:13 adam Exp $ +/* $Id: api.h,v 1.37 2006-06-07 10:50:08 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -53,10 +53,10 @@ YAZ_BEGIN_CDECL #endif typedef struct { - int processed; - int inserted; - int updated; - int deleted; + zint processed; + zint inserted; + zint updated; + zint deleted; long utime; long stime; } ZebraTransactionStatus; @@ -76,7 +76,7 @@ typedef struct { /** Scan Term Descriptor */ typedef struct { - int occurrences; /* scan term occurrences */ + zint occurrences; /* scan term occurrences */ char *term; /* scan term string */ } ZebraScanEntry;