From fa0e5f72e079cf5b3dc0331c12499e04875d7726 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jan 2023 16:26:11 +0100 Subject: Fixed typos --- html/plug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/plug.html') diff --git a/html/plug.html b/html/plug.html index 93baccd..dd7b39e 100644 --- a/html/plug.html +++ b/html/plug.html @@ -207,7 +207,7 @@ Below the list of callbacks, and associated external wrappers. receiveheadCalled when HTTP headers are recevived from the remote server. The buff buffer contains text headers, adr and fil the URL, and referer_adr and referer_fil the referer URL. The incoming structure contains all information related to the current slot.
return value: 1 if the mirror can continue, 0 if the mirror must be abortedint mycallback(t_hts_callbackarg *carg, httrackp* opt, char* buff, const char* adr, const char* fil, const char* referer_adr, const char* referer_fil, htsblk* incoming); detectCalled when an unknown document is to be parsed. The str structure contains all information related to the document.
return value: 1 if the type is known and can be parsed, 0 if the document type is unknownint mycallback(t_hts_callbackarg *carg, httrackp* opt, htsmoduleStruct* str); -parseThe str structure contains all information related to the document.
return value: 1 if the document was successfully parsed, 0 if an error occuredint mycallback(t_hts_callbackarg *carg, httrackp* opt, htsmoduleStruct* str); +parseThe str structure contains all information related to the document.
return value: 1 if the document was successfully parsed, 0 if an error occurredint mycallback(t_hts_callbackarg *carg, httrackp* opt, htsmoduleStruct* str); -- cgit v1.2.3