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