]> code.delx.au - gnu-emacs/blobdiff - nt/inc/grp.h
Rework C source files to avoid ^(
[gnu-emacs] / nt / inc / grp.h
index ea9aa9286d7a5cff9e93f7be8b812e5de7f7a802..903fda9b3e5ad2eb0ae7c06aa50df6a7fc0f341c 100644 (file)
@@ -1,14 +1,13 @@
 /* Replacement grp.h file for building GNU Emacs on Windows.
 
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-  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
@@ -29,7 +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);
 
+#endif /* _GRP_H */