X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frsm_or.c;h=382e5dd2f980238888da31d621076701fc1be78c;hp=324118b8c666b202d3c157972e9ba75594fb371a;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hpb=c7700ec8d0d767670b6a3f3a860ba21d9dce8c28 diff --git a/rset/rsm_or.c b/rset/rsm_or.c index 324118b..382e5dd 100644 --- a/rset/rsm_or.c +++ b/rset/rsm_or.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsm_or.c,v $ - * Revision 1.9 1999-07-13 14:45:42 adam + * Revision 1.10 1999-11-30 13:48:04 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.9 1999/07/13 14:45:42 adam * Fixed memory leak. * * Revision 1.8 1999/05/26 07:49:14 adam @@ -37,15 +40,17 @@ * */ + #include #include #include #include +#include +#if ZMBOL #include #include #include -#include static void *r_create(RSET ct, const struct rset_control *sel, void *parms); static RSFD r_open (RSET ct, int flag); @@ -349,3 +354,4 @@ static int r_write (RSFD rfd, const void *buf) logf (LOG_FATAL, "mor set type is read-only"); return -1; } +#endif