* contrib/hbmxml/hbmxml.hbx
* contrib/hbexpat/hbexpat.hbx
* contrib/hbcomm/hbcomm.hbx
* Removed duplicates using clean build.
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
/* NOTE: You can add manual override which functions to include or */
|
|
/* exclude from automatically generated EXTERNAL/DYNAMIC list. */
|
|
/* Syntax: // HB_FUNC_INCLUDE <func> */
|
|
/* // HB_FUNC_EXCLUDE <func> */
|
|
/* -------------------------------------------------------------------- */
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
/* WARNING: Automatically generated code below. DO NOT EDIT! */
|
|
/* Regenerate using hbmk2 '-hbx=' option. */
|
|
/* -------------------------------------------------------------------- */
|
|
|
|
#ifndef __HBEXTERN_CH__HBCOMM__
|
|
#define __HBEXTERN_CH__HBCOMM__
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMM__ANNOUNCE )
|
|
ANNOUNCE __HBEXTERN__HBCOMM__
|
|
#endif
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMM__REQUEST )
|
|
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
DYNAMIC INBUFSIZE
|
|
DYNAMIC INCHR
|
|
DYNAMIC INIT_PORT
|
|
DYNAMIC ISWORKING
|
|
DYNAMIC OUTBUFCLR
|
|
DYNAMIC OUTBUFSIZE
|
|
DYNAMIC OUTCHR
|
|
DYNAMIC UNINT_PORT
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMM__REQUEST )
|
|
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
#endif
|