X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=perl%2Fzebra_perl.h;h=3a3135c74ca838131498266d51c96b27926c1b85;hb=619b7a25eae7bffe31395d103d8eb4c5d0a84581;hp=7020563a592834fc04ac417fe9117f3594ce1349;hpb=a9d007b7f9024da4d8e04370fcb9063ec1816378;p=idzebra-moved-to-github.git diff --git a/perl/zebra_perl.h b/perl/zebra_perl.h index 7020563..3a3135c 100644 --- a/perl/zebra_perl.h +++ b/perl/zebra_perl.h @@ -31,7 +31,7 @@ typedef struct { char *base; int sysno; int score; - oid_value format; /* record syntax */ + char *format; /* record syntax */ RetrievalRecordBuf *buf; } RetrievalRecord; @@ -39,13 +39,13 @@ typedef struct { typedef struct { int occurrences; /* scan term occurrences */ char *term; /* scan term string */ -} ScanEntry; +} scanEntry; typedef struct { int num_entries; int position; int is_partial; - ScanEntry *entries; + scanEntry *entries; } ScanObj; #endif