lib: added AddSkipDB() to Restore builder
commit39124e862e8372e6d674bf60003a9ca09478cf56
authorChris Frey <cdfrey@foursquare.net>
Wed, 22 Feb 2012 00:46:09 +0000 (21 19:46 -0500)
committerChris Frey <cdfrey@foursquare.net>
Wed, 22 Feb 2012 02:03:46 +0000 (21 21:03 -0500)
tree82c77d105ecd84f285de7c4e343330fc667514fe
parent809246bcbaba21153936f416b1013c9ab6e558ab
lib: added AddSkipDB() to Restore builder

AddSkipDB() is the logical inverse of AddDB().  AddDB() selects only
the databases you want to restore, while AddSkipDB() selects the
databases you do NOT want to restore.
src/restore.cc
src/restore.h