From 9c13a7a491b34c74d59ecc675de3d1d9b40603d9 Mon Sep 17 00:00:00 2001 From: vvaltman Date: Wed, 6 May 2015 14:43:36 +0300 Subject: [PATCH] updated readme --- README-LUA | 1 + 1 file changed, 1 insertion(+) diff --git a/README-LUA b/README-LUA index 7cd5e11..250d8b5 100644 --- a/README-LUA +++ b/README-LUA @@ -81,3 +81,4 @@ Function_list (arguments are listed aside from cb_function and cb_extra, : Also, you have function postpone (cb_function, cb_extra, timeout). It will call your cb_function in specified number of seconds (number of seconds may be double). + register_interface_function (name, cb_function, cb_arg, description, arg1_type, arg2_type, ...) adds function to CLI interface