[Devel] Questions about uri_radius module (check_from and check_to)

Bruce Bauman bbauman at wgate.com
Fri May 19 16:17:18 CEST 2006


It appears that the uri_radius module is intended to be an alternative
to the uri_db module. However, the uri_radius module only exports a
single function (radius_does_uri_exist()), whereas the uri_db module
exports a similar function (does_uri_exist) plus 2 additional functions
(check_from and check_to).

A couple of questions:

	Is there any reason why the uri_radius module doesn't export
	check_from and check_to (or radius_check_from and
	radius_check_to)?

	Why are the exported function names prefixed with radius_ ?
	Wouldn't it be cleaner if the same functions were exported,
	and you selected between radius or db via which module is
	loaded?

Thanks.




More information about the Devel mailing list