--- projects/pystatgrab/_statgrab.pyx 2007/07/13 22:19:56 1.19 +++ projects/pystatgrab/_statgrab.pyx 2007/07/13 22:26:19 1.20 @@ -17,7 +17,7 @@ # 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.pyx,v 1.19 2007/07/13 22:19:56 tdb Exp $ +# $Id: _statgrab.pyx,v 1.20 2007/07/13 22:26:19 tdb Exp $ # ctypedef long time_t @@ -27,6 +27,8 @@ ctypedef int gid_t cdef extern from "statgrab.h": cdef extern int sg_init() + cdef extern int sg_shutdown() + cdef extern int sg_snapshot() cdef extern int sg_drop_privileges() ctypedef enum sg_error: