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,6 +1,6 @@
#include <stdlib.h>
#include <unistd.h>
#include "buffer.h"
#include <libowfat/buffer.h>
int buffer_init_allocbuf(buffer* b, ssize_t (*op)(), int fd, size_t ylen) {
if (fd==-1) return -1;