home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
Python
/
Source
/
Modules
/
protos
/
pwdmodule.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-04-25
|
248 b
|
5 lines
static PyObject *mkpwent ( struct passwd *p );
static PyObject *pwd_getpwuid ( PyObject *self , PyObject *args );
static PyObject *pwd_getpwnam ( PyObject *self , PyObject *args );
static PyObject *pwd_getpwall ( PyObject *self , PyObject *args );