summaryrefslogtreecommitdiff
path: root/nix/libstore/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/misc.hh')
-rw-r--r--nix/libstore/misc.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/libstore/misc.hh b/nix/libstore/misc.hh
index f70cda9fd0..1d36ccf9dc 100644
--- a/nix/libstore/misc.hh
+++ b/nix/libstore/misc.hh
@@ -25,5 +25,6 @@ bool willBuildLocally(const Derivation & drv);
bool substitutesAllowed(const Derivation & drv);
+string showBytes(long long bytes);
}