guix/src/nix-store/dotgraph.hh
Eelco Dolstra 96de272b48 * Renamed normalise.cc' -> build.cc', `storeexprs.cc' ->
`derivations.cc', etc.
* Store the SHA-256 content hash of store paths in the database after
  they have been built/added.  This is so that we can check whether
  the store has been messed with (a la `rpm --verify').
* When registering path validity, verify that the closure property
  holds.
2005-01-19 16:39:47 +00:00

9 lines
134 B
C++

#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H
#include "util.hh"
void printDotGraph(const PathSet & roots);
#endif /* !__DOTGRAPH_H */