about summary refs log tree commit diff
path: root/src/libutil/compression.hh
blob: 962ce5ac7767abea1f942281170ef9ab006e4b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <string>

namespace nix {

std::string decompressXZ(const std::string & in);

}