File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 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[] = {
422422 F1 ("posix_getrlimit" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
423423#endif
424424 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 ),
425426#if defined(HAVE_HISTORY_LIST )
426427 F1 ("readline_list_history" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
427428#endif
@@ -677,7 +678,6 @@ static const func_info_t func_infos[] = {
677678#endif
678679 F1 ("quoted_printable_decode" , MAY_BE_STRING ),
679680 F1 ("quoted_printable_encode" , MAY_BE_STRING ),
680- F1 ("random_bytes" , MAY_BE_STRING ),
681681 F1 ("soundex" , MAY_BE_STRING ),
682682 F1 ("stream_context_create" , MAY_BE_RESOURCE ),
683683 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