Files
harbour-core/harbour/contrib/hbcomm/hbcomm.hbx
Viktor Szakats 393940b3af 2011-02-07 10:19 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmxml/hbmxml.hbx
  * contrib/hbexpat/hbexpat.hbx
  * contrib/hbcomm/hbcomm.hbx
    * Removed duplicates using clean build.
2011-02-07 09:20:06 +00:00

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