Fix a compile error when building with Libevent before 1.4.5-stable
commit0d5ff48b922762752c8b92f587dc83806f95fb9f
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Jun 2010 20:14:21 +0000 (25 16:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Jun 2010 20:14:21 +0000 (25 16:14 -0400)
tree70c8f3ce0e6c73e1bb5450885a6d5d60ca83e93f
parentad2d8ac073e576f538813a75183a3a8a477dfd5b
Fix a compile error when building with Libevent before 1.4.5-stable

Older versions of Libevent forgot to declare enough function arguments
constant.
src/common/compat_libevent.c