5078bf8 INI: Reduce count of argumets for ini_rules_check

3 files Authored by lslebodn 7 years ago, Committed by jhrozek 7 years ago,
    INI: Reduce count of argumets for ini_rules_check
    
    We can use NULL terminated array of pointers instead of
    two argumets: array + length of array.
    
    It isn't an API change because lib_iniconfig has not been released yet.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+10 -12
file modified
+4 -7
file modified
+36 -28