X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpassfd.h;h=b52f289250d1b6205d1fb750cb9a4179a033598f;hb=141e296490e776bb758ee88616dae79aed0b4006;hp=1fef2ddf237614d6f0e6e4294ea27ff4fe1f23ad;hpb=c18d3b0d509d2636fe6c8f4f19eda17031041206;p=gnulib.git diff --git a/lib/passfd.h b/lib/passfd.h index 1fef2ddf2..b52f28925 100644 --- a/lib/passfd.h +++ b/lib/passfd.h @@ -1,6 +1,6 @@ /* passfd.h -- definitions and prototypes for passfd.c - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 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 }