Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=fa91921fdf3e8bc230da976cae20c2fe49434c44

commit fa91921fdf3e8bc230da976cae20c2fe49434c44
Author: James Buren <r...@frugalware.org>
Date:   Fri May 29 12:09:04 2009 -0500

pacman.hh
* add destroy function

diff --git a/pacman.hh b/pacman.hh
index 7a3754b..3368b06 100644
--- a/pacman.hh
+++ b/pacman.hh
@@ -13,6 +13,7 @@ namespace pacman
Database(const std::string &treename);
~Database(void);
bool create(const std::string &treename);
+                       bool destroy(void);
bool isvalid(void);
protected:
PM_DB *db;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to