mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
9 lines
169 B
C++
9 lines
169 B
C++
#include "serialise.hh"
|
|
|
|
namespace nix {
|
|
|
|
void unpackTarfile(Source & source, const Path & destDir);
|
|
|
|
void unpackTarfile(const Path & tarFile, const Path & destDir);
|
|
|
|
}
|