mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Everywhere: Pass AK::ReadonlyBytes by value
This commit is contained in:
parent
8b1108e485
commit
80d4e830a0
42 changed files with 96 additions and 96 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
class TarOutputStream {
|
||||
public:
|
||||
TarOutputStream(OutputStream&);
|
||||
void add_file(const String& path, mode_t, const ReadonlyBytes&);
|
||||
void add_file(const String& path, mode_t, ReadonlyBytes);
|
||||
void add_directory(const String& path, mode_t);
|
||||
void finish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue