diff options
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/module.d.tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/teal-src/module.d.tl b/teal-src/module.d.tl index 312dc227..142596f2 100644 --- a/teal-src/module.d.tl +++ b/teal-src/module.d.tl @@ -138,6 +138,9 @@ global record moduleapi save : function () : any restore : function (any) unload : function () + + -- added by mod_http + http_url : function (moduleapi, string, string, string) : string end global module : moduleapi |