* Backwards compatibility.

This commit is contained in:
Eelco Dolstra 2007-08-13 11:15:13 +00:00
parent 9e975458b4
commit 59afc1a15c
1 changed files with 2 additions and 2 deletions

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,