Files
harbour-core/contrib/hbfbird/hbfbird.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

46 lines
1.2 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__HBFBIRD__
#define __HBEXTERN_CH__HBFBIRD__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBFBIRD__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBFBIRD__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBFBIRD__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC FBClose
DYNAMIC FBCommit
DYNAMIC FBConnect
DYNAMIC FBCreateDB
DYNAMIC FBError
DYNAMIC FBExecute
DYNAMIC FBFetch
DYNAMIC FBFree
DYNAMIC FBGetBlob
DYNAMIC FBGetData
DYNAMIC FBQuery
DYNAMIC FBRollback
DYNAMIC FBStartTransaction
DYNAMIC TFBQuery
DYNAMIC TFBRow
DYNAMIC TFBServer
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBFBIRD__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif