mirror of
https://github.com/NixOS/nix
synced 2025-07-04 19:41:48 +02:00
C API: move to src/lib*/c/
This commit is contained in:
parent
df9401eb4e
commit
e642bbc2a7
22 changed files with 78 additions and 5 deletions
8
src/libstore/c/nix_api_store_internal.h
Normal file
8
src/libstore/c/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