Hello guys.
I've some trouble for compiling a module originallly written for SER (Works fine on SER 0.9.6). The lines below belongs to the code I'm talking about:
pre_auth_f pre_auth func = 0; post_auth_f post_auth_func = 0;
The problem is that I couldn't find the definition (neither gcc) of the post_auth_f and post_auth_f types. I've search in all the files of openser core sources and all the modules sources.
Have you any idea about where is they defined?
Thanks in advance.
Victoria