X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpassfd.h;h=048d9c8fc3a23f377eb6cf3b43f180fcfbc141e1;hb=e55e4a839e8bb240b507217fdf04c85879d98300;hp=1fef2ddf237614d6f0e6e4294ea27ff4fe1f23ad;hpb=c18d3b0d509d2636fe6c8f4f19eda17031041206;p=pspp diff --git a/lib/passfd.h b/lib/passfd.h index 1fef2ddf23..048d9c8fc3 100644 --- a/lib/passfd.h +++ b/lib/passfd.h @@ -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 }