--- projects/pystatgrab/statgrab.py 2004/08/24 20:43:47 1.7 +++ projects/pystatgrab/statgrab.py 2007/07/13 22:19:56 1.8 @@ -17,13 +17,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: statgrab.py,v 1.7 2004/08/24 20:43:47 tdb Exp $ +# $Id: statgrab.py,v 1.8 2007/07/13 22:19:56 tdb Exp $ # import _statgrab def sg_init(): return _statgrab.py_sg_init() +def sg_snapshot(): + return _statgrab.py_sg_snapshot() +def sg_shutdown(): + return _statgrab.py_sg_shutdown() def sg_drop_privileges(): return _statgrab.py_sg_drop_privileges() def sg_set_error(code, arg=''):