0567bb5 Add libarchive helper functions for loader in unpack.c

Authored and Committed by dcantrell 13 years ago
    Add libarchive helper functions for loader in unpack.c
    
    Created some helper functions for loader's interaction with
    libarchive.  There are 3 functions currently:
    
    1) A function to initialize a new archive object
    2) A function to extract all archive members to a specific
       destination (if NULL, extract to current directory)
    3) A function wrapping #1 and #2 to extract a compressed
       archive file
    
        
file modified
+2 -1
file added
+142
file added
+31