Skip to content

Commit cda8853

Browse files
committed
Fix missing symbols
1 parent 20fee18 commit cda8853

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

bin/ej-jobs.c

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,31 +1922,37 @@ void *__attribute__((unused))
19221922
job_server_force_link_2[] =
19231923
{
19241924
base64u_decode,
1925-
xml_parse_full_cookie,
1926-
xml_err_elem_undefined_s,
1925+
cJSON_Delete,
1926+
cJSON_GetArrayItem,
1927+
cJSON_GetArraySize,
1928+
cJSON_GetObjectItem,
1929+
cJSON_Parse,
19271930
ej_uuid_parse,
1928-
userprob_plugin_get,
19291931
task_New,
1932+
userprob_plugin_get,
1933+
xml_err_elem_undefined_s,
1934+
xml_parse_full_cookie,
1935+
xml_parse_int,
1936+
xml_parse_ip,
1937+
xml_parse_ipv6_2,
1938+
xml_unparse_full_cookie,
1939+
xml_unparse_ip,
1940+
xml_unparse_ipv6,
19301941
};
19311942

19321943
#if HAVE_LIBMONGOC - 0 > 0
19331944
void *
19341945
job_server_force_link[] =
19351946
{
1936-
cJSON_Delete,
19371947
ej_bson_parse_string_new,
1938-
xml_parse_int,
19391948
};
1940-
#endif
19411949

1942-
#if HAVE_LIBMONGO_CLIENT - 0 == 1
1950+
#elif HAVE_LIBMONGO_CLIENT - 0 == 1
19431951

19441952
void *
19451953
job_server_force_link[] =
19461954
{
1947-
cJSON_Delete,
19481955
ej_bson_parse_string,
1949-
xml_parse_int,
19501956
};
19511957

19521958
#endif

0 commit comments

Comments
 (0)