long overdue header cleanup

This commit is contained in:
leitner
2025-01-20 16:39:51 +00:00
parent a1d9fe90b9
commit a06799a368
39 changed files with 47 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
#include <unistd.h>
#include "buffer.h"
#include <libowfat/buffer.h>
int buffer_init_read_allocbuf(buffer* b, int fd, size_t ylen) {
return buffer_init_allocbuf(b, read, fd, ylen);