home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Modules / protos / grpmodule.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  247 b   |  5 lines

  1. static PyObject *mkgrent ( struct group *p );
  2. static PyObject *grp_getgrgid ( PyObject *self , PyObject *args );
  3. static PyObject *grp_getgrnam ( PyObject *self , PyObject *args );
  4. static PyObject *grp_getgrall ( PyObject *self , PyObject *args );
  5.