1 2 3 4 5 6 7 8 9
#include "serialise.hh" namespace nix { void unpackTarfile(Source & source, const Path & destDir); void unpackTarfile(const Path & tarFile, const Path & destDir); }