X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frecctrl.h;h=3bd4557a028182a73847a28f9ec74e9d3ddcc0f5;hb=a825e22395e14761bcb2f88177d1a86f3da2843a;hp=aa34765c9a82d6327ea6f84722708d9ed9d5a9df;hpb=5bdf6c8ddbafa8515a82079f631ef172d98e055b;p=idzebra-moved-to-github.git diff --git a/include/recctrl.h b/include/recctrl.h index aa34765..3bd4557 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.8 1995-10-02 15:43:35 adam + * Revision 1.9 1995-10-06 14:37:53 adam + * New result set method: r_score. + * Local no (sysno) and score is transferred to retrieveCtrl. + * + * Revision 1.8 1995/10/02 15:43:35 adam * Extract uses file descriptors instead of FILE pointers. * * Revision 1.7 1995/10/02 15:18:09 adam @@ -67,6 +71,8 @@ struct recRetrieveCtrl { int fd; /* File descriptor and read function */ int (*readf)(int fd, char *buf, size_t count); oid_value input_format; /* Preferred record syntax */ + int localno; /* local id of record */ + int score; /* score 0-1000 or -1 if none */ /* response */ oid_value output_format;