diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-06-12 21:21:40 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-06-15 13:38:25 +0200 |
commit | ba99ef34e7b073c03519ef74f017091de6c9bee8 (patch) | |
tree | 8c134f72990200550ac96e46bd47d4cc0ba85810 /lib/io/src/unix | |
parent | e811851deba9c45f3d9b3c5b4ad5eaa7945382d5 (diff) |
Move sqfs_istream_t & sqfs_ostream_t into libsquashfs
For now, only the interfaces and helper functions are moved, the
concrete implementations remain in libio.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/src/unix')
-rw-r--r-- | lib/io/src/unix/istream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/io/src/unix/istream.c b/lib/io/src/unix/istream.c index fc76bab..39d570f 100644 --- a/lib/io/src/unix/istream.c +++ b/lib/io/src/unix/istream.c @@ -5,6 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ #include "../internal.h" +#include "sqfs/io.h" typedef struct { sqfs_istream_t base; |