6730ad8 Consolidate code for splitting strings by separator

6 files Authored by jhrozek 14 years ago, Committed by sgallagh 14 years ago,
    Consolidate code for splitting strings by separator
    
    There were two functions for parsing strings by a separator. This patch
    consolidates on the one previously used in confdb. This also allows
    stripping the tokens of whitespace.
    
    Fixes: #319
    
        
file modified
+1 -105
file modified
+97 -44
file modified
+2 -3