]> code.delx.au - gnu-emacs/blobdiff - nt/inc/grp.h
Rework C source files to avoid ^(
[gnu-emacs] / nt / inc / grp.h
old mode 100755 (executable)
new mode 100644 (file)
index 0c01251..903fda9
@@ -1,13 +1,13 @@
 /* Replacement grp.h file for building GNU Emacs on Windows.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
-     Free Software Foundation, Inc.
+
+Copyright (C) 2003-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
@@ -28,9 +28,9 @@ struct group {
   gid_t gr_gid;                /* group numerical ID */
 };
 
-struct group *getgrgid(gid_t);
+extern unsigned getgid (void);
+extern unsigned getegid (void);
 
-#endif /* _GRP_H */
+extern struct group *getgrgid(gid_t);
 
-/* arch-tag: 82840357-7946-4a87-9c97-c0281b49aca3
-   (do not change this comment) */
+#endif /* _GRP_H */