* Backwards compatibility.
This commit is contained in:
		
							parent
							
								
									9e975458b4
								
							
						
					
					
						commit
						59afc1a15c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue