X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frsisamc.c;h=76c97021b903d547769be9b3344ceda837f64213;hp=cd8d9ddbbf4cd90aa8fefb830c62e170d7f2a8bb;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hpb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f diff --git a/rset/rsisamc.c b/rset/rsisamc.c index cd8d9dd..76c9702 100644 --- a/rset/rsisamc.c +++ b/rset/rsisamc.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisamc.c,v $ - * Revision 1.7 1999-05-26 07:49:14 adam + * Revision 1.8 1999-11-30 13:48:04 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.7 1999/05/26 07:49:14 adam * C++ compilation. * * Revision 1.6 1999/02/02 14:51:35 adam @@ -29,10 +32,12 @@ * */ + #include #include -#include #include +#if ZMBOL +#include static void *r_create(RSET ct, const struct rset_control *sel, void *parms); static RSFD r_open (RSET ct, int flag); @@ -157,3 +162,4 @@ static int r_write (RSFD rfd, const void *buf) logf (LOG_FATAL, "ISAMC set type is read-only"); return -1; } +#endif