
#if defined(AIX_PROD) || defined(IBMOS2) /* CMVC 15349, msg separation */

#define	MSGSIZE	1024

#ifdef IBMOS2 /* CMVC 19529 */
#ifndef DCEAPI
#include <dce/dcedef.h>
#endif

int DCEAPI ibs_get_msg(char *,const unsigned32);
#else
int ibs_get_msg(char *,const unsigned32);
#endif /* end CMVC 19529 */

#endif
