* contrib/hbpgsql/hbpgsql.hbx
* contrib/hbpgsql/hbpgsql.hbp
- contrib/hbpgsql/hdbcpg.prg
- Deleted HDBC class layer due references to deprecated
wrapper function which caused link errors in dynamic builds
or HDBC apps. Please readd the file if interested in making
this technially simple fix.
* contrib/hbmzip/mzip.c
% eliminated one local variable in HB_UNZIPFILEREAD()
* contrib/hbziparc/ziparc.prg
+ HB_UNZIPFILE(): added progress bar support.
Patch by Leandro Damasio, with following changes:
! refixed to use cPath when forming target filename
! missing hHandle declaration
% FERASE() removed, FCREATE() will recreate it
% Left() eliminated from FWRITE() call
* minor symbol casing
; I didn't test this code, so please do it.
104 lines
2.6 KiB
Plaintext
104 lines
2.6 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__HBPGSQL__
|
|
#define __HBEXTERN_CH__HBPGSQL__
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBPGSQL__ANNOUNCE )
|
|
ANNOUNCE __HBEXTERN__HBPGSQL__
|
|
#endif
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBPGSQL__REQUEST )
|
|
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
DYNAMIC HB_PQCOPYFROMWA
|
|
DYNAMIC LO_EXPORT
|
|
DYNAMIC LO_IMPORT
|
|
DYNAMIC LO_UNLINK
|
|
DYNAMIC PQBINARYTUPLES
|
|
DYNAMIC PQCANCEL
|
|
DYNAMIC PQCLIENTENCODING
|
|
DYNAMIC PQCMDSTATUS
|
|
DYNAMIC PQCMDTUPLES
|
|
DYNAMIC PQCONNECTDB
|
|
DYNAMIC PQCONSUMEINPUT
|
|
DYNAMIC PQCREATETRACE
|
|
DYNAMIC PQDB
|
|
DYNAMIC PQERRORMESSAGE
|
|
DYNAMIC PQESCAPEBYTEA
|
|
DYNAMIC PQESCAPEBYTEACONN
|
|
DYNAMIC PQESCAPESTRING
|
|
DYNAMIC PQEXEC
|
|
DYNAMIC PQEXECPARAMS
|
|
DYNAMIC PQEXECPREPARED
|
|
DYNAMIC PQFCOUNT
|
|
DYNAMIC PQFLUSH
|
|
DYNAMIC PQFMOD
|
|
DYNAMIC PQFNAME
|
|
DYNAMIC PQFNUMBER
|
|
DYNAMIC PQFSIZE
|
|
DYNAMIC PQFTABLE
|
|
DYNAMIC PQFTYPE
|
|
DYNAMIC PQGETCANCEL
|
|
DYNAMIC PQGETISNULL
|
|
DYNAMIC PQGETLENGTH
|
|
DYNAMIC PQGETRESULT
|
|
DYNAMIC PQGETVALUE
|
|
DYNAMIC PQHOST
|
|
DYNAMIC PQISBUSY
|
|
DYNAMIC PQISNONBLOCKING
|
|
DYNAMIC PQLASTREC
|
|
DYNAMIC PQMETADATA
|
|
DYNAMIC PQNFIELDS
|
|
DYNAMIC PQNTUPLES
|
|
DYNAMIC PQOIDSTATUS
|
|
DYNAMIC PQOIDVALUE
|
|
DYNAMIC PQOPTIONS
|
|
DYNAMIC PQPASS
|
|
DYNAMIC PQPORT
|
|
DYNAMIC PQPREPARE
|
|
DYNAMIC PQPROTOCOLVERSION
|
|
DYNAMIC PQPUTCOPYDATA
|
|
DYNAMIC PQPUTCOPYEND
|
|
DYNAMIC PQREQUESTCANCEL
|
|
DYNAMIC PQRESET
|
|
DYNAMIC PQRESULT2ARRAY
|
|
DYNAMIC PQRESULTERRORMESSAGE
|
|
DYNAMIC PQRESULTSTATUS
|
|
DYNAMIC PQSENDQUERY
|
|
DYNAMIC PQSERVERVERSION
|
|
DYNAMIC PQSETCLIENTENCODING
|
|
DYNAMIC PQSETDBLOGIN
|
|
DYNAMIC PQSETERRORVERBOSITY
|
|
DYNAMIC PQSETNONBLOCKING
|
|
DYNAMIC PQSTATUS
|
|
DYNAMIC PQTRACE
|
|
DYNAMIC PQTRANSACTIONSTATUS
|
|
DYNAMIC PQTTY
|
|
DYNAMIC PQUNESCAPEBYTEA
|
|
DYNAMIC PQUNTRACE
|
|
DYNAMIC PQUSER
|
|
DYNAMIC TPQQUERY
|
|
DYNAMIC TPQROW
|
|
DYNAMIC TPQSERVER
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBPGSQL__REQUEST )
|
|
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
#endif
|