Juha Heinanen writes:
is it possible to change xmlrpc module so that it
accepts either s or k
version of sl module?
i tried to include both modules_k/sl/sl_api.h and modules_s/sl/sl.h to
xmlrpc.c, but there was conflicting types for sl_send_reply_f. so looks
like #defines should be added to xmlrpc.c to select if k or s version of
sl module it used.
any better ideas?
-- juha