mirror of
https://github.com/pygos/pkg-utils.git
synced 2024-11-22 21:09:47 +01:00
10 lines
169 B
C
10 lines
169 B
C
|
#ifndef PKGIO_H
|
||
|
#define PKGIO_H
|
||
|
|
||
|
#include "pkgreader.h"
|
||
|
#include "image_entry.h"
|
||
|
|
||
|
image_entry_t *image_entry_list_from_package(pkg_reader_t *pkg);
|
||
|
|
||
|
#endif /* PKGIO_H */
|