X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=43de5fe96a7b6e3e58979f4f8e9d125648d9deef;hb=35590968609f84a4ac4f4965c7b359cf06640491;hp=7bebbad7647acd46a02f3ccf34e60cd7fd1603e9;hpb=2d6227440bb26674cab2091b3d79c1934995b762;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index 7bebbad..43de5fe 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.38 1998-09-22 10:03:44 adam + * Revision 1.39 1998-10-16 08:14:35 adam + * Updated record control system. + * + * Revision 1.38 1998/09/22 10:03:44 adam * Changed result sets to be persistent in the sense that they can * be re-searched if needed. * Fixed memory leak in rsm_or. @@ -199,6 +202,7 @@ struct zebra_info { #endif ZebraMaps zebra_maps; ZebraRankClass rank_classes; + RecTypes recTypes; Passwd_db passwd_db; };