mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Move most of the daemon implementation to libstore
This commit is contained in:
parent
95c727caef
commit
2d37e88319
4 changed files with 821 additions and 794 deletions
|
@ -62,6 +62,9 @@ typedef enum {
|
|||
#define STDERR_RESULT 0x52534c54
|
||||
|
||||
|
||||
class Store;
|
||||
class Source;
|
||||
|
||||
Path readStorePath(Store & store, Source & from);
|
||||
template<class T> T readStorePaths(Store & store, Source & from);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue