diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 2bb19d557c..5b38fa60c5 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -586,7 +586,7 @@ rep_hist_bandwidth_assess(void) * * It returns the number of bytes written. */ -size_t +static size_t rep_hist_fill_bandwidth_history(char *buf, size_t len, bw_array_t *b) { char *cp = buf; |