01fb2a7 Add diff_gid_lists() with test

3 files Authored by sbose 11 years ago, Committed by simo 11 years ago,
    Add diff_gid_lists() with test
    
    This patch adds a new call which compares a list of current GIDs with a
    list of new GIDs and return a list of GIDs which are currently missing
    and must be added and another list of GIDs which are not used anymore
    and must be deleted. The method is the same as used by
    diff_string_lists().
    
        
file modified
+16 -0
file modified
+107 -2