Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460836
Collapse All | Expand All

(-)radius.c (-1 / +1 lines)
Lines 265-271 Link Here
265
/* {{{ proto bool radius_create_request(desc, code) */
265
/* {{{ proto bool radius_create_request(desc, code) */
266
PHP_FUNCTION(radius_create_request)
266
PHP_FUNCTION(radius_create_request)
267
{
267
{
268
	int code;
268
	long code;
269
	radius_descriptor *raddesc;
269
	radius_descriptor *raddesc;
270
	zval *z_radh;
270
	zval *z_radh;
271
271

Return to bug 460836