12 Apr
2006
12 Apr
'06
6:28 a.m.
Nicolas Castel wrote:
Hello and thanks for replies
I'm using FreeRADIUS v1.1.0. I'm developping some modules and I try to access auth_req structure (REQUEST) data from an external function (out of my module) and it fails. All works fine when accessing this data from the module itself but when i call an external function with the address of REQUEST, it doesn't work.
and in anotherfile, lib_com.c
What happens when your "external" function is in the same file as your module function?