libropkg: add functions for extracting metadata from package files
This commit is contained in:
13
libropkg/include/ropkg/package.h
Normal file
13
libropkg/include/ropkg/package.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ROPKG_PACKAGE_H_
|
||||
#define ROPKG_PACKAGE_H_
|
||||
|
||||
#include <blue/core/error.h>
|
||||
#include <blue/io/directory.h>
|
||||
#include <ropkg/misc.h>
|
||||
|
||||
struct ropkg_reader;
|
||||
|
||||
ROPKG_API b_result
|
||||
ropkg_extract_metadata(struct ropkg_reader *reader, b_directory *dest);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user