File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -1922,31 +1922,37 @@ void *__attribute__((unused))
19221922job_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
19331944void *
19341945job_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
19441952void *
19451953job_server_force_link [] =
19461954{
1947- cJSON_Delete ,
19481955 ej_bson_parse_string ,
1949- xml_parse_int ,
19501956};
19511957
19521958#endif
You can’t perform that action at this time.
0 commit comments