libropkg: implement package manager system directory initialisation
This commit is contained in:
15
libropkg/include/ropkg/instance.h
Normal file
15
libropkg/include/ropkg/instance.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef ROPKG_INSTANCE_H_
|
||||
#define ROPKG_INSTANCE_H_
|
||||
|
||||
#include <blue/core/error.h>
|
||||
#include <ropkg/misc.h>
|
||||
#include <ropkg/status.h>
|
||||
|
||||
struct ropkg_instance;
|
||||
|
||||
ROPKG_API b_result
|
||||
ropkg_instance_open(const char *path, struct ropkg_instance **out);
|
||||
ROPKG_API b_result
|
||||
ropkg_instance_bootstrap(const char *path, struct ropkg_instance **out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user