lua.c
changeset 134 d7ab555b9766
parent 132 2827e775d5fa
child 135 0e407455faca
equal deleted inserted replaced
133:57a18ccaf9ff 134:d7ab555b9766
   101 static lua_State *lua = NULL;
   101 static lua_State *lua = NULL;
   102 
   102 
   103 //
   103 //
   104 //  code
   104 //  code
   105 //
   105 //
       
   106 
       
   107 /// Provided lua functions
   106 
   108 
   107 // caller sould g_free result
   109 // caller sould g_free result
   108 static char *mcabber_config_filename (const char *file)
   110 static char *mcabber_config_filename (const char *file)
   109 {
   111 {
   110 	const char *home = getenv ("HOME");
   112 	const char *home = getenv ("HOME");