1
0
Fork 0
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:
Eelco Dolstra 2023-01-31 23:14:48 +01:00
parent 249ce28332
commit 880e7b8ed6
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@ struct TarArchive {
~TarArchive();
};
void unpackTarfile(Source & source, const Path & destDir);
void unpackTarfile(const Path & tarFile, const Path & destDir);