Raymond Chen writes:
After removing the _F from HDR, still a error during
compilation
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall
lcr_mod.c: In function `load_contacts':
...
lcr_mod.c:830: error: too many arguments to function
`next_branch'
lcr_mod.c:852: error: too many arguments to function `next_branch'
make[1]: *** [lcr_mod.o] Error 1
ok, since i last time compiled lcr module for 0.9.0 it seems that iptel
folks have added a new argument to next_branch function. just remove
the last zero argument from the two function calls.
i'll make available a 0.9.0 version of lcr module on my web site
shortly.
-- juha