/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/usr/bin/sysdumpdev/dumpfmt/ketest.h.S 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1996 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ #ifndef _h_KETEST #define _h_KETEST /* @(#)67 1.1 src/bos/usr/bin/sysdumpdev/dumpfmt/ketest.h.S, cmdcrash, bos720 1/11/96 14:47:16 */ /* * COMPONENT_NAME: (CMDCRASH) * * FUNCTIONS: data common to extension and formatter. * * ORIGINS: 27 * * (C) COPYRIGHT International Business Machines Corp. 1996 * All Rights Reserved * Licensed Materials - Property of IBM * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* * Parameter structure */ struct extparms { int argc; char **argv; char *buf; /* Message buffer */ size_t len; /* length */ }; #define BUFLEN 4096 /* Test msg buffer length */ #endif /* _h_KETEST */