The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# -*-c-*-
#
# $Id: 39MQCMIT,v 33.1 2009/07/02 21:08:12 biersma Exp $
#
# (c) 1999-2009 Morgan Stanley & Co. Incorporated
# See ..../src/LICENSE for terms of distribution.
#

void
MQCMIT(Hconn,CompCode,Reason)
	MQHCONN	Hconn
	MQLONG	CompCode = NO_INIT
	MQLONG	Reason = NO_INIT

    CODE:
	MQCMIT(Hconn,&CompCode,&Reason);
    OUTPUT:
	Hconn
	CompCode
	Reason