X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsnull.c;h=79613d8cddb76c8c408112389ec34956626808bb;hb=eaa8c71186392f0d2a1ab714dc6f3f0a4da71d03;hp=fd98d300dfed3589852dfa67be31d3d4371e4e74;hpb=7b0a5daa703117cde2dc0d54d5a39941a1c01ce8;p=idzebra-moved-to-github.git diff --git a/rset/rsnull.c b/rset/rsnull.c index fd98d30..79613d8 100644 --- a/rset/rsnull.c +++ b/rset/rsnull.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsnull.c,v $ - * Revision 1.7 1995-12-11 09:15:25 adam + * Revision 1.8 1996-10-29 13:55:24 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.7 1995/12/11 09:15:25 adam * New set types: sand/sor/snot - ranked versions of and/or/not in * ranked/semi-ranked result sets. * Note: the snot not finished yet. @@ -37,7 +40,7 @@ #include #include -#include +#include static void *r_create(const struct rset_control *sel, void *parms, int *flags);