From a8664634a98a2047a071e605e95e72e670b6b69e Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 2 Mar 2010 21:35:24 +0000 Subject: [PATCH] Wrap function! git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@575 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- trunk/Units/MMLAddon/PSInc/psexportedmethods.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/Units/MMLAddon/PSInc/psexportedmethods.inc b/trunk/Units/MMLAddon/PSInc/psexportedmethods.inc index b4143a4..a12ec0a 100644 --- a/trunk/Units/MMLAddon/PSInc/psexportedmethods.inc +++ b/trunk/Units/MMLAddon/PSInc/psexportedmethods.inc @@ -160,6 +160,7 @@ SetCurrSection('Web'); AddFunction(@OpenWebPage,'procedure OpenWebPage(url : string);'); AddFunction(@ps_GetPage,'function GetPage(url : string): string;'); AddFunction(@ps_InitializeHTTPClient,'function InitializeHTTPClient(HandleCookies: Boolean): Integer;'); +AddFunction(@ps_InitializeHTTPClient,'function InitializeHTTPClientWrap(HandleCookies: Boolean): Integer;'); AddFunction(@ps_FreeHTTPClient,'procedure FreeHTTPClient(Client: Integer);'); AddFunction(@ps_GetHTTPPage,'function GetHTTPPage(Client: Integer; URL: string): string;'); AddFunction(@ps_SetHTTPUserAgent,'procedure SetHTTPUserAgent(Client: Integer; Agent: string);');