1fe69c4 util: Add virStringGetFirstWithPrefix

Authored and Committed by mkletzan 8 years ago
    util: Add virStringGetFirstWithPrefix
    
    That function takes string list and returns first string in that list
    that starts with the @prefix parameter with that prefix being skipped as
    the caller knows what it starts with (also for easier manipulation in
    future).
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+1 -0
file modified
+17 -0
file modified
+2 -0