mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
TarArchive: Remove a duplicate constant and increase the buffer size
This commit is contained in:
parent
249ce28332
commit
880e7b8ed6
2 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ struct TarArchive {
|
|||
|
||||
~TarArchive();
|
||||
};
|
||||
|
||||
void unpackTarfile(Source & source, const Path & destDir);
|
||||
|
||||
void unpackTarfile(const Path & tarFile, const Path & destDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue