ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/_statgrab.pyx
(Generate patch)

Comparing projects/pystatgrab/_statgrab.pyx (file contents):
Revision 1.18 by ats, Wed Sep 14 18:15:44 2005 UTC vs.
Revision 1.19 by tdb, Fri Jul 13 22:19:56 2007 UTC

# Line 295 | Line 295 | def py_sg_init():
295      else:
296          return False
297  
298 + def py_sg_shutdown():
299 +    if sg_shutdown() == 0:
300 +        return True
301 +    else:
302 +        return False
303 +
304 + def py_sg_snapshot():
305 +    if sg_snapshot() == 0:
306 +        return True
307 +    else:
308 +        return False
309 +
310   def py_sg_drop_privileges():
311      if sg_drop_privileges() == 0:
312          return True

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines