mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
Move code around
This commit is contained in:
parent
d14b1c261c
commit
d33dd6e6c0
7 changed files with 22 additions and 6 deletions
7
src/libutil/tarfile.hh
Normal file
7
src/libutil/tarfile.hh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "serialise.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
void unpackTarfile(Source & source, Path destDir);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue