# HG changeset patch # User Myhailo Danylenko # Date 1345555403 -10800 # Node ID d7ab555b9766f1a699a6900ec15300cce39455d2 # Parent 57a18ccaf9ff283e8a13bac6af2e184a4e2e14c0 Add section header to docs diff -r 57a18ccaf9ff -r d7ab555b9766 docs/api.mdwn --- a/docs/api.mdwn Tue Aug 21 16:06:54 2012 +0300 +++ b/docs/api.mdwn Tue Aug 21 16:23:23 2012 +0300 @@ -17,6 +17,9 @@ * lua_init_filename - lua script, that will be loaded at startup * lua_lm_debug - if lm log handler is enabled, this option controls, whether lm log messages are dropped or passed to mcabber logging facility + +### Provided lua functions + ### print Prints its arguments to log with default priority. diff -r 57a18ccaf9ff -r d7ab555b9766 lua.c --- a/lua.c Tue Aug 21 16:06:54 2012 +0300 +++ b/lua.c Tue Aug 21 16:23:23 2012 +0300 @@ -104,6 +104,8 @@ // code // +/// Provided lua functions + // caller sould g_free result static char *mcabber_config_filename (const char *file) {