From dab5de5edbdd85f142fead58e76014cb1222bd2d Mon Sep 17 00:00:00 2001 From: Ground0 Date: Thu, 30 Mar 2023 09:44:56 +0200 Subject: [PATCH] Add internal Procedure functions --- lweb_header.pbi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lweb_header.pbi b/lweb_header.pbi index b85107d..a4d6cca 100644 --- a/lweb_header.pbi +++ b/lweb_header.pbi @@ -58,9 +58,12 @@ DeclareModule lhs_web EndEnumeration Enumeration e_handler_prototype 1 - #handler_proto_universal - #handler_proto_post - #handler_proto_get + #handler_proto_universal ;Used for Dynamic Librarys + #handler_proto_post ;Used for Dynamic Librarys + #handler_proto_get ;Used for Dynamic Librarys + #handler_proto_i_universal ;Used for internal Procedures + #handler_proto_i_post ;Used for internal Procedures + #handler_proto_i_get ;Used for internal Procedures EndEnumeration Enumeration cli_handler_app 1