f56a8b Fix: libs: Decrease the number of visible formatted output functions.

4 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Fix: libs: Decrease the number of visible formatted output functions.
    
    The only ones that need to be exported are the ones that crm_mon needs
    to reference for its output.  All the others can be static and only
    accessed indirectly through calling out->message.
    
    And then remove the prefixes from these newly static functions.  This
    could potentially be a little confusing if the text version is public
    (and therefore has the, say, pe__ prefix) while the xml version is
    hidden and is lacking that suffix.  But I think it'll be okay.
    
    patch_name: 013-feature-set.patch
    present_in_specfile: true
    location_in_specfile: 13
    squash_commits: true
    
        
file modified
+14 -40
file modified
+33 -33
file modified
+81 -80