diff options
Diffstat (limited to 'src/apk_io.h')
-rw-r--r-- | src/apk_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apk_io.h b/src/apk_io.h index 64f1efe..40a0d8c 100644 --- a/src/apk_io.h +++ b/src/apk_io.h @@ -18,6 +18,8 @@ #include "apk_atom.h" #include "apk_crypto.h" +ssize_t apk_write_fully(int fd, const void *ptr, size_t size); + struct apk_id_hash { int empty; struct hlist_head by_id[16], by_name[16]; |