File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,7 @@ static const func_info_t func_infos[] = {
422
422
F1 ("posix_getrlimit" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
423
423
#endif
424
424
F1 ("pspell_suggest" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
425
+ F1 ("random_bytes" , MAY_BE_STRING ),
425
426
#if defined(HAVE_HISTORY_LIST )
426
427
F1 ("readline_list_history" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
427
428
#endif
@@ -677,7 +678,6 @@ static const func_info_t func_infos[] = {
677
678
#endif
678
679
F1 ("quoted_printable_decode" , MAY_BE_STRING ),
679
680
F1 ("quoted_printable_encode" , MAY_BE_STRING ),
680
- F1 ("random_bytes" , MAY_BE_STRING ),
681
681
F1 ("soundex" , MAY_BE_STRING ),
682
682
F1 ("stream_context_create" , MAY_BE_RESOURCE ),
683
683
F1 ("stream_context_get_params" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY ),
You can’t perform that action at this time.
0 commit comments