From 4d79f55f4a626a3cfd8bd18673aa29b48b16e137 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 25 Sep 2019 17:20:45 +0200 Subject: Cleanup: move the stdin sqfs_file_t wrapper out of libsquashfs Signed-off-by: David Oberhollenzer --- include/sqfs/io.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'include/sqfs/io.h') diff --git a/include/sqfs/io.h b/include/sqfs/io.h index f1a5ef0..d7a923c 100644 --- a/include/sqfs/io.h +++ b/include/sqfs/io.h @@ -156,20 +156,6 @@ extern "C" { */ SQFS_API sqfs_file_t *sqfs_open_file(const char *filename, int flags); -/** - * @brief Get a read-only file implementation that represents standard input - * - * This function creates a read-only file that represents STDIN. The file - * supports reading up to a specified number of bytes and only allows - * reading sequentially. - * - * @param size The alleged "size" of the file. - * - * @return A pointer to a file object on success, NULL on allocation failure. - */ -SQFS_API sqfs_file_t *sqfs_get_stdin_file(uint64_t size); - - /** * @brief Read a chunk from a file and turn it into a block that can be * fed to a block processor. -- cgit v1.2.3