1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Before moving scanForStateReferences(...)

This commit is contained in:
Wouter den Breejen 2007-06-19 13:04:05 +00:00
parent bdecf3bdbc
commit b1cc9e9a45
11 changed files with 142 additions and 92 deletions

View file

@ -16,7 +16,9 @@ typedef enum {
wopHasSubstitutes,
wopQueryPathHash,
wopQueryReferences,
wopQueryStateReferences,
wopQueryReferrers,
wopQueryStateReferrers,
wopAddToStore,
wopAddTextToStore,
wopBuildDerivations,