Thank you, I thought there's other restrictions imposed on module development. So, it's just because using static is the correct choice in this case.
On Thu, 2009-10-01 at 16:36 +0200, Saúl Ibarra wrote: > > What do you mean exactly with "static"? > > He surely means why functions are like "static in myfunctionname...". > Functions are static because the don't need to be exported so if you > declare a funcion as static in C you can only use it within that .c > file IIRC. > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
