diff options
| author | Kenichi Handa | 2010-04-07 15:08:27 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-04-07 15:08:27 +0900 |
| commit | 64e692b56e84153d45b2c46d833dce14243f7c69 (patch) | |
| tree | db049db5995f5cfcba3db28dfeb305ef5e04157c /lib-src/ntlib.h | |
| parent | 86a366f4015868f03bc8399b412ea767e9337072 (diff) | |
| parent | e59c4233e20bfb2b8b50c77a42023a2473405391 (diff) | |
| download | emacs-64e692b56e84153d45b2c46d833dce14243f7c69.tar.gz emacs-64e692b56e84153d45b2c46d833dce14243f7c69.zip | |
merge trunk
Diffstat (limited to 'lib-src/ntlib.h')
| -rw-r--r-- | lib-src/ntlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 70b99d7a779..ab1e7ba2866 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -36,7 +36,10 @@ int getppid(void); | |||
| 36 | char * getlogin (); | 36 | char * getlogin (); |
| 37 | char * cuserid (char * s); | 37 | char * cuserid (char * s); |
| 38 | unsigned getuid (); | 38 | unsigned getuid (); |
| 39 | unsigned getegid (); | ||
| 40 | unsigned getgid (); | ||
| 39 | int setuid (unsigned uid); | 41 | int setuid (unsigned uid); |
| 42 | int setegid (unsigned gid); | ||
| 40 | char * getpass (const char * prompt); | 43 | char * getpass (const char * prompt); |
| 41 | int fchown (int fd, unsigned uid, unsigned gid); | 44 | int fchown (int fd, unsigned uid, unsigned gid); |
| 42 | 45 | ||