Andrei Pelinescu-Onciul writes:
static int foo_var(struct sip_msg* msg, int argc,
action_u_t argv[])
{
int i;
for (i = 0; i < argc; i++)
do_something(argv[i].u.string);
return 1;
}
are both argv[i].u.string and argv[i].u.str set or only the first?
-- juha