forked from lix-project/lix
10 lines
169 B
C++
10 lines
169 B
C++
#include "serialise.hh"
|
|
|
|
namespace nix {
|
|
|
|
void unpackTarfile(Source & source, const Path & destDir);
|
|
|
|
void unpackTarfile(const Path & tarFile, const Path & destDir);
|
|
|
|
}
|