summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-28 16:28:44 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-28 16:30:38 +1100
commit21e38c781e9d9b392d3e07371b49fae709c0fec3 (patch)
tree1d8e4b71e7ef9462c55fc3c3b947433f2376cdf2 /include
parent841ed41b0fde258a61fb6243d7bcad4368dfac16 (diff)
fix(stream): Remove old file code in stream.h
Diffstat (limited to 'include')
-rw-r--r--include/tinyff/stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tinyff/stream.h b/include/tinyff/stream.h
index 2cfdeaa..9f12784 100644
--- a/include/tinyff/stream.h
+++ b/include/tinyff/stream.h
@@ -18,10 +18,4 @@ typedef struct {
void *user;
} ff_stream;
-// Default reads for common types (just FILE for now, memory later)
-size_t ff_file_read(void *ptr, size_t size, void *user);
-
-// Stream creation helpers
-ff_stream ff_create_file_stream(FILE *f);
-
#endif \ No newline at end of file