1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 07:11:47 +02:00

* Backwards compatibility.

This commit is contained in:
Eelco Dolstra 2007-08-13 11:15:13 +00:00
parent 9e975458b4
commit 59afc1a15c

View file

@ -10,9 +10,9 @@ namespace nix {
typedef enum { typedef enum {
wopQuit, wopQuit = 0,
wopIsValidPath, wopIsValidPath,
wopHasSubstitutes, wopHasSubstitutes = 3,
wopQueryPathHash, wopQueryPathHash,
wopQueryReferences, wopQueryReferences,
wopQueryReferrers, wopQueryReferrers,