remove parameter names from public headers
inclusion of these names was unintentional and in most cases is a namespace violation. Daniel Sabogal tracked down and reported these.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ void endgrent(void);
|
||||
void setgrent(void);
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
struct group *fgetgrent(FILE *stream);
|
||||
struct group *fgetgrent(FILE *);
|
||||
int putgrent(const struct group *, FILE *);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user