mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Look for use of external_functions and fish_functions and replace with use of external_functions_sorted and fish_functions_sorted where possible. This ensures that the output of the generator is sorted as far as possible. I also checked for uses of internal_functions and documented_functions but those are not used. The *_sorted versions are always used instead.