aboutsummaryrefslogtreecommitdiff
path: root/include/data_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/data_reader.h')
-rw-r--r--include/data_reader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/data_reader.h b/include/data_reader.h
index e37584e..ecac517 100644
--- a/include/data_reader.h
+++ b/include/data_reader.h
@@ -4,7 +4,6 @@
#include "config.h"
-#include "frag_reader.h"
#include "squashfs.h"
#include "compress.h"
#include "fstree.h"
@@ -37,6 +36,4 @@ void data_reader_destroy(data_reader_t *data);
int data_reader_dump_file(data_reader_t *data, file_info_t *fi, int outfd,
bool allow_sparse);
-const frag_reader_t *data_reader_get_fragment_reader(const data_reader_t *data);
-
#endif /* DATA_READER_H */