mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01: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
|
|
@ -1,18 +0,0 @@
|
|||
#ifndef NIX_API_EXPR_INTERNAL_H
|
||||
#define NIX_API_EXPR_INTERNAL_H
|
||||
|
||||
// forward declaration
|
||||
namespace nix {
|
||||
class EvalState;
|
||||
class BindingsBuilder;
|
||||
}; // namespace nix
|
||||
|
||||
struct State {
|
||||
nix::EvalState state;
|
||||
};
|
||||
|
||||
struct BindingsBuilder {
|
||||
nix::BindingsBuilder builder;
|
||||
};
|
||||
|
||||
#endif // NIX_API_EXPR_INTERNAL_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue