Merge up from branch.
[shibboleth/cpp-sp.git] / oncrpc / xdr_rec.c
index 7711eb5..cc2e1b3 100644 (file)
@@ -69,7 +69,7 @@ static char sccsid[] = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";
 #include <rpc/xdr.h>
 #include <netinet/in.h>
 
-extern long    lseek();
+extern off_t lseek(int, off_t, int);
 #endif
 
 static u_int   fix_buf_size();
@@ -83,6 +83,11 @@ static bool_t        xdrrec_setpos();
 static long *  xdrrec_inline();
 static void    xdrrec_destroy();
 
+static bool_t  flush_out();
+static bool_t  get_input_bytes();
+static bool_t  set_input_fragment();
+static bool_t  skip_input_bytes();
+
 static struct  xdr_ops xdrrec_ops = {
        xdrrec_getlong,
        xdrrec_putlong,