about summary refs log blame commit diff
path: root/src/libstore/references.hh
blob: 158c08a77646a3b83e36f6bf2a87aa36fdbe01b5 (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
 
                   
                  
 
               
 
                                                                  
                       

    
 
                            
#ifndef __REFERENCES_H
#define __REFERENCES_H

#include "types.hh"
#include "hash.hh"

namespace nix {

PathSet scanForReferences(const Path & path, const PathSet & refs,
    HashResult & hash);
    
}

#endif /* !__REFERENCES_H */