commit | 1911c8a3bd550c79339863672ddcf5dbc48d3c16 | [log] [tgz] |
---|---|---|
author | Emilio G. Cota <cota@braap.org> | Mon Sep 10 13:48:39 2018 -0400 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 26 08:55:54 2018 -0700 |
tree | b68869b5a6089eecb5cc3d589ee70f1fa19f5fec | |
parent | 6579f10779b5b5ed2e978e7b8cae7bcbf8665254 [diff] |
qht: constify arguments to some internal functions These functions do not modify their @ht or @bucket arguments. Constify those arguments. Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>