Example #1
0
static PyObject *PyLoadparmService_FromService(struct loadparm_service *service)
{
	return py_talloc_reference(&PyLoadparmService, service);
}
Example #2
0
PyObject *PyAuthSession_FromSession(struct auth_session_info *session)
{
	return py_talloc_reference(&PyAuthSession, session);
}