acl: allow cross-compilation to Gentoo
[gnulib.git] / lib / passfd.h
index 1fef2dd..a5aa9e7 100644 (file)
@@ -1,6 +1,6 @@
 /* passfd.h -- definitions and prototypes for passfd.c
 
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ extern "C" {
 #endif
 
 extern int sendfd (int sock, int fd);
-extern int recvfd (int sock);
+extern int recvfd (int sock, int flags);
 
 #ifdef __cplusplus
 }