diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-14 23:14:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-14 23:21:52 -0400 |
commit | 0edc39303d32537ed95c171de6a7ad0f068b60df (patch) | |
tree | 4ddbc13de8a7ad09c8343eabb6cf6fb68d022311 /src/common/container.c | |
parent | 3de5ac9baa7dc12f5bc441d75a8be48995e0f3a8 (diff) | |
download | tor-0edc39303d32537ed95c171de6a7ad0f068b60df.tar tor-0edc39303d32537ed95c171de6a7ad0f068b60df.tar.gz |
Add a median_int32 and find_nth_int32
Diffstat (limited to 'src/common/container.c')
-rw-r--r-- | src/common/container.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/container.c b/src/common/container.c index c649787c0..12ac2527e 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -1220,6 +1220,7 @@ IMPLEMENT_ORDER_FUNC(find_nth_int, int) IMPLEMENT_ORDER_FUNC(find_nth_time, time_t) IMPLEMENT_ORDER_FUNC(find_nth_double, double) IMPLEMENT_ORDER_FUNC(find_nth_uint32, uint32_t) +IMPLEMENT_ORDER_FUNC(find_nth_int32, int32_t) IMPLEMENT_ORDER_FUNC(find_nth_long, long) /** Return a newly allocated digestset_t, optimized to hold a total of |