summaryrefslogtreecommitdiff
path: root/include/tinyff/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/stream.h')
-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