guix/src/libutil/immutable.hh

11 lines
127 B
C++

#pragma once
#include <types.hh>
namespace nix {
/* Make the given path mutable. */
void makeMutable(const Path & path);
}