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