]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.c
Added bit_array_assign(), replaced BIT_ARRAY_ALLOC by functions.
[libucw.git] / lib / fastbuf.c
index a29dc30b370e8a5c2606eab15edb665b9746bbbb..f83b40210132db4a87258d9d77f9078f0465b6bd 100644 (file)
@@ -1,7 +1,7 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O
+ *     UCW Library -- Fast Buffered I/O
  *
- *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
+ *     (c) 1997--2005 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.
@@ -344,7 +344,7 @@ brewind(struct fastbuf *f)
 }
 
 int
-bskip(struct fastbuf *f, uns len)
+bskip_slow(struct fastbuf *f, uns len)
 {
   while (len)
     {