Added skeleton for multior - not at all functional yet. Call to it
[idzebra-moved-to-github.git] / rset / rsm_or.c
index 1fee32e..8f5ea33 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsm_or.c,v 1.18 2004-08-06 13:14:47 adam Exp $
+/* $Id: rsm_or.c,v 1.19 2004-08-16 16:17:49 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -42,7 +42,7 @@ static int r_write (RSFD rfd, const void *buf);
 
 static const struct rset_control control = 
 {
-    "multi-or",
+    "m-or (old)",
     r_create,
     r_open,
     r_close,