RSA-Toolkit

 view release on metacpan or  search on metacpan

Toolkit.xs  view on Meta::CPAN

}



MODULE = RSA::Toolkit		PACKAGE = RSA::Toolkit		

void
connect(class)
	PREINIT:
		char msgBuf[MAX_RESULT_MSG_SIZE];
	PPCODE:
		Sd_ApiInit("","","1", msgBuf, MAX_RESULT_MSG_SIZE);

SV *
_fetch_users(class, field, type, value)
		int field
		int type
		char *value
	PREINIT:
		char login[MAX_RESULT_MSG_SIZE] = {0};
		char pre_login[MAX_RESULT_MSG_SIZE+1] = {0};



( run in 0.993 second using v1.01-cache-2.11-cpan-5511b514fd6 )