elementary: export symbol used by tests suite.

This commit is contained in:
Cedric BAIL 2016-06-06 12:11:07 -07:00
parent 731e88061a
commit 0554d2ef12
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "elm_code_private.h"
static int _elm_code_init = 0;
int _elm_code_lib_log_dom = -1;
EAPI int _elm_code_lib_log_dom = -1;
EAPI const Eo_Event_Description ELM_CODE_EVENT_LINE_LOAD_DONE =
EO_EVENT_DESCRIPTION("line,load,done");