X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Ffb-file.c;h=d89522ef53c982ba6bf3cf6303fbfe55c4178af2;hb=a5a87be3c45618e3fabc2447d2dff658a25c55ec;hp=5fca69dafbcb278cfeafad95d28df8c051a1633c;hpb=168c1f2ddcb8ce07248b4079b6398afe8c2d792a;p=libucw.git diff --git a/lib/fb-file.c b/lib/fb-file.c index 5fca69da..d89522ef 100644 --- a/lib/fb-file.c +++ b/lib/fb-file.c @@ -4,15 +4,15 @@ * (c) 1997--2000 Martin Mares */ +#include "lib/lib.h" +#include "lib/fastbuf.h" +#include "lib/lfs.h" + #include #include #include #include -#include "lib.h" -#include "fastbuf.h" -#include "lfs.h" - static int bfd_refill(struct fastbuf *f) { @@ -66,7 +66,7 @@ bfd_close(struct fastbuf *f) close(f->fd); } -struct fastbuf * +static struct fastbuf * bfdopen_internal(int fd, uns buflen, byte *name) { int namelen = strlen(name) + 1;