X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2Fzebra_perl.h;h=5abd5ccece3ab37ad823f4ac206d75027d05dc19;hb=d46ae7055fcdac3336decda8d8ed50eb5c25ffd9;hp=aadc620966ce043e703b532357caea34315d18fb;hpb=8ecf1c1bb3460e75b647c7c84dba53365c8daf45;p=idzebra-moved-to-github.git diff --git a/perl/zebra_perl.h b/perl/zebra_perl.h index aadc620..5abd5cc 100644 --- a/perl/zebra_perl.h +++ b/perl/zebra_perl.h @@ -39,4 +39,11 @@ typedef struct { char *term; /* scan term string */ } ScanEntry; +typedef struct { + int num_entries; + int position; + int is_partial; + ScanEntry *entries; +} ScanObj; + #endif