X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4fda400e58339cdf962b5679bf05ebe62c6189c5..68cb71c0928eb8b10487a125192f43923e8bfe7f:/lib-src/ntlib.h diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 40ef9fa982..4849dccb03 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h @@ -1,12 +1,12 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. - Copyright (C) 1994, 2002-2014 Free Software Foundation, Inc. + Copyright (C) 1994, 2002-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -34,15 +34,12 @@ char *getwd (char *dir); int getppid (void); char * getlogin (void); char * cuserid (char * s); -unsigned getuid (void); -unsigned geteuid (void); unsigned getegid (void); unsigned getgid (void); int setuid (unsigned uid); int setregid (unsigned rgid, unsigned gid); char * getpass (const char * prompt); int fchown (int fd, unsigned uid, unsigned gid); -int mkostemp (char * template, int flags); /* redirect or undo interceptions created by config.h */ #undef access @@ -102,4 +99,3 @@ int mkostemp (char * template, int flags); #undef _WINSOCK_H /* end of ntlib.h */ -