forked from lix-project/lix
* Backwards compatibility.
This commit is contained in:
parent
9e975458b4
commit
59afc1a15c
|
@ -10,9 +10,9 @@ namespace nix {
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
wopQuit,
|
wopQuit = 0,
|
||||||
wopIsValidPath,
|
wopIsValidPath,
|
||||||
wopHasSubstitutes,
|
wopHasSubstitutes = 3,
|
||||||
wopQueryPathHash,
|
wopQueryPathHash,
|
||||||
wopQueryReferences,
|
wopQueryReferences,
|
||||||
wopQueryReferrers,
|
wopQueryReferrers,
|
||||||
|
|
Loading…
Reference in a new issue