X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b61dfbe20b281b3960be19896b44faf25d0e06d2..add3f049962534b7d8412517b69d53a3f411c5de:/lib-src/ntlib.h?ds=sidebyside diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index fd51269fdf..be8d2a58a5 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h @@ -1,6 +1,5 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. - Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1994, 2002-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -30,16 +29,16 @@ along with GNU Emacs. If not, see . */ #ifdef sleep #undef sleep #endif -void sleep(unsigned long seconds); +void sleep (unsigned long seconds); char *getwd (char *dir); -int getppid(void); -char * getlogin (); +int getppid (void); +char * getlogin (void); char * cuserid (char * s); -unsigned getuid (); -unsigned getegid (); -unsigned getgid (); +unsigned getuid (void); +unsigned getegid (void); +unsigned getgid (void); int setuid (unsigned uid); -int setegid (unsigned gid); +int setregid (unsigned rgid, unsigned gid); char * getpass (const char * prompt); int fchown (int fd, unsigned uid, unsigned gid); @@ -106,5 +105,3 @@ int fchown (int fd, unsigned uid, unsigned gid); /* end of ntlib.h */ -/* arch-tag: 93444f66-7b98-4aa5-a5cd-01444094af28 - (do not change this comment) */