about summary refs log tree commit diff
path: root/src/libstore/references.hh
blob: ada23a88330205b2efb84ca94e10b2aa18f7180b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __REFERENCES_H
#define __REFERENCES_H

#include "util.hh"


Strings filterReferences(const Path & path, const Strings & refs);


#endif /* !__REFERENCES_H */