X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4ffd0d6b569d252e4e807d4e9c9d6a5bd5b08640..79fa7d7b75fa71d4332675ca28608b484731e09a:/nt/inc/grp.h diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 1c439e2fb8..7d4e6fbbe2 100644 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,6 +1,6 @@ /* Replacement grp.h file for building GNU Emacs on Windows. -Copyright (C) 2003-2011 Free Software Foundation, Inc. +Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -28,7 +28,10 @@ struct group { gid_t gr_gid; /* group numerical ID */ }; -struct group *getgrgid(gid_t); +extern unsigned getgid (void); +extern unsigned getegid (void); + +extern struct group *getgrgid(gid_t); #endif /* _GRP_H */