about summary refs log tree commit diff
path: root/pkgs/build-support/build-sandbox/src/nix-query.h
blob: 3eef7c4a31afd207cd08bd8707925e8c9a20b22b (plain) (blame)
1
2
3
4
5
6
struct query_state;

struct query_state *new_query(void);
void free_query(struct query_state *qs);
bool query_requisites(struct query_state *qs, const char *path);
const char *next_query_result(struct query_state *qs);