X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=rset%2Frsisamb.c;h=34adc2dec063128bce4b153d2eb4e08db9d380fe;hb=7ead84f2bb444f7a420b1d1c8e8c47aec61f156c;hp=2f87328a61fc1d565d0fd0e548fefc97ca12a4c6;hpb=9949fe7912e81ebf77d345a0581dc31a439bc2b8;p=idzebra-moved-to-github.git diff --git a/rset/rsisamb.c b/rset/rsisamb.c index 2f87328..34adc2d 100644 --- a/rset/rsisamb.c +++ b/rset/rsisamb.c @@ -1,4 +1,4 @@ -/* $Id: rsisamb.c,v 1.3 2004-01-16 15:27:35 heikki Exp $ +/* $Id: rsisamb.c,v 1.5 2004-01-30 11:43:41 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -27,6 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #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); @@ -39,7 +40,7 @@ static int r_write (RSFD rfd, const void *buf); static const struct rset_control control = { - "isamc", + "isamb", r_create, r_open, r_close,