log: make the log topic flags an enumeration and publicly documented
Fixes: #591
This commit is contained in:
@@ -309,7 +309,7 @@ static const luaL_Reg core_funcs[] = {
|
||||
|
||||
/* WpLog */
|
||||
|
||||
typedef struct _WpLogTopic WpLuaLogTopic;
|
||||
typedef WpLogTopic WpLuaLogTopic;
|
||||
|
||||
static WpLuaLogTopic *
|
||||
wp_lua_log_topic_new (const char *name)
|
||||
|
Reference in New Issue
Block a user