Files
harbour-core/extras/gfspell/gfspell.hbx
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

53 lines
1.3 KiB
Plaintext

/* --------------------------------------------------------------------
* 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! (except casing)
* Regenerate using hbmk2 '-hbx=' option.
*/
#ifndef __HBEXTERN_CH__GFSPELL__
#define __HBEXTERN_CH__GFSPELL__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GFSPELL__ANNOUNCE )
ANNOUNCE __HBEXTERN__GFSPELL__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GFSPELL__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC AWords
DYNAMIC bit
DYNAMIC C_Metafone
DYNAMIC DBF2Dic
DYNAMIC Dic2DBF
DYNAMIC fat
DYNAMIC Sp_Add
DYNAMIC Sp_Cache
DYNAMIC Sp_Check
DYNAMIC Sp_Clear
DYNAMIC Sp_Expand
DYNAMIC Sp_GetSet
DYNAMIC Sp_Init
DYNAMIC Sp_Line
DYNAMIC Sp_LoadAux
DYNAMIC Sp_Quick
DYNAMIC Sp_Rate
DYNAMIC Sp_Split
DYNAMIC Sp_Suggest
DYNAMIC Sp_WildCard
DYNAMIC WildCard
DYNAMIC XForm
DYNAMIC XUnForm
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GFSPELL__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif