mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01:00
libstore: add C bindings
This commit is contained in:
parent
4702317506
commit
1d41600498
4 changed files with 248 additions and 0 deletions
8
src/libstore/nix_api_store_internal.h
Normal file
8
src/libstore/nix_api_store_internal.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef NIX_API_STORE_INTERNAL_H
|
||||
#define NIX_API_STORE_INTERNAL_H
|
||||
#include "store-api.hh"
|
||||
|
||||
struct Store {
|
||||
nix::ref<nix::Store> ptr;
|
||||
};
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue