blob: de33ba679106f93b54f6a0552643a4522c746367 [file] [log] [blame]
#ifndef _CPIO_H
#define _CPIO_H
#include <stdbool.h>
#include <stddef.h>
#include "hf/memiter.h"
bool cpio_next(struct memiter *iter, const char **name, const void **contents,
size_t *size);
#endif /* _CPIO_H */