be7eabe UTIL: Add function sss_parse_name_const

3 files Authored by lslebodn 9 years ago, Committed by jhrozek 9 years ago,
    UTIL: Add function sss_parse_name_const
    
    Variable with type 'const char *' can be used as output argument in function
    sss_parse_name, but there will be warning.
    
    warning: passing 'const char **' to parameter of type 'char **'
             discards qualifiers in nested pointer types
             [-Wincompatible-pointer-types-discards-qualifiers]
    
        
file modified
+24 -0
file modified
+4 -0