Skip to content
  • Thomas Haller's avatar
    shared: move cmp functions to nm-shared-utils.c · bc1b15cf
    Thomas Haller authored
    For one, these functions are not often needed. No need to define them in the
    "nm-macros-internal.h" header, which is included everywhere. Move them to
    "nm-shared-utils.h", which must be explicitly included.
    
    Also, these functions are usually not called directly, but by passing their
    function pointer to a sort function or similar. There is no point in having
    defined in the header file.
    bc1b15cf