aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ntlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ntlib.h')
-rw-r--r--lib-src/ntlib.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h
index 4dd6a32ee32..be8d2a58a50 100644
--- a/lib-src/ntlib.h
+++ b/lib-src/ntlib.h
@@ -1,6 +1,5 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1994, 2002-2011 Free Software Foundation, Inc.
3 2008, 2009, 2010 Free Software Foundation, Inc.
4 3
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
6 5
@@ -39,7 +38,7 @@ unsigned getuid (void);
39unsigned getegid (void); 38unsigned getegid (void);
40unsigned getgid (void); 39unsigned getgid (void);
41int setuid (unsigned uid); 40int setuid (unsigned uid);
42int setegid (unsigned gid); 41int setregid (unsigned rgid, unsigned gid);
43char * getpass (const char * prompt); 42char * getpass (const char * prompt);
44int fchown (int fd, unsigned uid, unsigned gid); 43int fchown (int fd, unsigned uid, unsigned gid);
45 44
@@ -106,5 +105,3 @@ int fchown (int fd, unsigned uid, unsigned gid);
106 105
107/* end of ntlib.h */ 106/* end of ntlib.h */
108 107
109/* arch-tag: 93444f66-7b98-4aa5-a5cd-01444094af28
110 (do not change this comment) */