]> jfr.im git - irc/rqf/shadowircd.git/commit - libratbox/src/patricia.c
patricia: remove ugly abuse of K&R style function declaration
authorJilles Tjoelker <redacted>
Sun, 13 Apr 2008 16:20:18 +0000 (18:20 +0200)
committerJilles Tjoelker <redacted>
Sun, 13 Apr 2008 16:20:18 +0000 (18:20 +0200)
commit79c4d759a9cfcb6e9d6f6ef38d8250643f4dbfe4
treeb687a7620de2277e566b498c190043c44d1a1796
parentb717a466d06010bfd93e5a71c734c6461733cf69
patricia: remove ugly abuse of K&R style function declaration
It left the argument types unspecified in a function
pointer, then called it using different numbers of
arguments.
libratbox r25229
libratbox/include/rb_patricia.h
libratbox/src/patricia.c