* contrib/hbtip/ccgi.prg
* contrib/hbtip/client.prg
* contrib/hbtip/encb64.prg
* contrib/hbtip/encoder.prg
* contrib/hbtip/encqp.prg
* contrib/hbtip/encurl.prg
* contrib/hbtip/ftpcli.prg
* contrib/hbtip/hbtip.hbp
* contrib/hbtip/hbtip.hbx
* contrib/hbtip/httpcli.prg
* contrib/hbtip/log.prg
* contrib/hbtip/mail.prg
* contrib/hbtip/mime.c
* contrib/hbtip/misc.c
* contrib/hbtip/popcli.prg
* contrib/hbtip/sessid.prg
* contrib/hbtip/smtpcli.prg
* contrib/hbtip/thtml.ch
* contrib/hbtip/thtml.prg
* contrib/hbtip/tip.ch
* contrib/hbtip/url.prg
+ contrib/hbtip/base64u.prg
+ contrib/hbtip/mailassy.prg
* contrib/hbtip/sendmail.prg -> [...]/mailsend.prg
+ contrib/hbtip/WARNING.txt
* contrib/hbtip/tests/base64.prg
* contrib/hbtip/tests/dbtohtml.prg
* contrib/hbtip/tests/dnldftp.prg -> [...]/ftp_dl.prg
* contrib/hbtip/tests/ftpadv.prg -> [...]/ftp_adv.prg
+ contrib/hbtip/tests/email.prg
+ contrib/hbtip/tests/ftp_ul.prg
- contrib/hbtip/tests/gmail.hbp
- contrib/hbtip/tests/gmail.prg
* contrib/hbtip/tests/hbmk.hbm
* contrib/hbtip/tests/httpadv.prg -> [...]/http_adv.prg
* contrib/hbtip/tests/httpcli.prg -> [...]/http_cli.prg
+ contrib/hbtip/tests/http_qry.prg
- contrib/hbtip/tests/loadhtml.prg
+ contrib/hbtip/tests/test.prg
+ contrib/hbtip/tests/url.prg
* synced with 3.4 fork by Viktor Szakats
; the only difference is slightly edited WARNING.txt
- contrib/hbtip/credent.prg
% deleted TIPCredentials() class that was never implemented
; changes above come from vast number of commits in 3.4 repository - many
thanks to Viktor Szakats for maintaining
84 lines
2.1 KiB
Plaintext
84 lines
2.1 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__HBTIP__
|
|
#define __HBEXTERN_CH__HBTIP__
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBTIP__ANNOUNCE )
|
|
ANNOUNCE __HBEXTERN__HBTIP__
|
|
#endif
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBTIP__REQUEST )
|
|
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
DYNAMIC ANSIToHtml
|
|
DYNAMIC hb_MailAssemble
|
|
DYNAMIC hb_SendMail
|
|
DYNAMIC HtmlToANSI
|
|
DYNAMIC HtmlToOEM
|
|
DYNAMIC OEMToHtml
|
|
DYNAMIC THtmlCleanup
|
|
DYNAMIC THtmlDocument
|
|
DYNAMIC THtmlInit
|
|
DYNAMIC THtmlIsValid
|
|
DYNAMIC THtmlIterator
|
|
DYNAMIC THtmlIteratorRegex
|
|
DYNAMIC THtmlIteratorScan
|
|
DYNAMIC THtmlNode
|
|
DYNAMIC THtmlTagType
|
|
DYNAMIC TIPCgi
|
|
DYNAMIC TIPClient
|
|
DYNAMIC TIPClientFTP
|
|
DYNAMIC TIPClientHTTP
|
|
DYNAMIC TIPClientPOP
|
|
DYNAMIC TIPClientSMTP
|
|
DYNAMIC TIPEncoder
|
|
DYNAMIC TIPEncoderBase64
|
|
DYNAMIC TIPEncoderQP
|
|
DYNAMIC TIPEncoderUrl
|
|
DYNAMIC TIPLog
|
|
DYNAMIC TIPMail
|
|
DYNAMIC tip_base64DecodeUrl
|
|
DYNAMIC tip_base64EncodeUrl
|
|
DYNAMIC tip_CheckSID
|
|
DYNAMIC tip_CRLF
|
|
DYNAMIC tip_DateToGMT
|
|
DYNAMIC tip_FileMimeType
|
|
DYNAMIC tip_FileNameMimeType
|
|
DYNAMIC tip_GenerateSID
|
|
DYNAMIC tip_GetEncoder
|
|
DYNAMIC tip_GetNameEmail
|
|
DYNAMIC tip_GetRawEmail
|
|
DYNAMIC tip_HtmlSpecialChars
|
|
DYNAMIC tip_HtmlToStr
|
|
DYNAMIC tip_JSONSpecialChars
|
|
DYNAMIC tip_MailAssemble
|
|
DYNAMIC tip_MailSend
|
|
DYNAMIC tip_MimeType
|
|
DYNAMIC tip_QPDecode
|
|
DYNAMIC tip_QPEncode
|
|
DYNAMIC tip_SSL
|
|
DYNAMIC tip_StrToHtml
|
|
DYNAMIC tip_TimeStamp
|
|
DYNAMIC tip_URLDecode
|
|
DYNAMIC tip_URLEncode
|
|
DYNAMIC TUrl
|
|
DYNAMIC __tip_FAttrToUmask
|
|
DYNAMIC __tip_SSLConnectFD
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBTIP__REQUEST )
|
|
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
#endif
|