aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h
index d4827a8..8e24d03 100644
--- a/include/common.h
+++ b/include/common.h
@@ -63,11 +63,6 @@ int parse_size(const char *what, size_t *out, const char *str,
void print_size(sqfs_u64 size, char *buffer, bool round_to_int);
-sqfs_ostream_t *data_writer_ostream_create(const char *filename,
- sqfs_block_processor_t *proc,
- sqfs_inode_generic_t **inode,
- int flags);
-
/*
Parse a comma separated list (e.g. "uid=...,gid=..." of defaults for
fstree nodes. Used for command line parsing. Returns 0 on success,