From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- rpc/auth.h | 1 + rpc/auth_unix.h | 1 + rpc/clnt.h | 1 + rpc/netdb.h | 1 + rpc/pmap_clnt.h | 1 + rpc/pmap_prot.h | 1 + rpc/pmap_rmt.h | 1 + rpc/rpc.h | 1 + rpc/rpc_msg.h | 1 + rpc/svc.h | 1 + rpc/svc_auth.h | 1 + rpc/types.h | 1 + rpc/xdr.h | 1 + 13 files changed, 13 insertions(+) create mode 100644 rpc/auth.h create mode 100644 rpc/auth_unix.h create mode 100644 rpc/clnt.h create mode 100644 rpc/netdb.h create mode 100644 rpc/pmap_clnt.h create mode 100644 rpc/pmap_prot.h create mode 100644 rpc/pmap_rmt.h create mode 100644 rpc/rpc.h create mode 100644 rpc/rpc_msg.h create mode 100644 rpc/svc.h create mode 100644 rpc/svc_auth.h create mode 100644 rpc/types.h create mode 100644 rpc/xdr.h (limited to 'rpc') diff --git a/rpc/auth.h b/rpc/auth.h new file mode 100644 index 0000000000..5721091a56 --- /dev/null +++ b/rpc/auth.h @@ -0,0 +1 @@ +#include diff --git a/rpc/auth_unix.h b/rpc/auth_unix.h new file mode 100644 index 0000000000..36299392ba --- /dev/null +++ b/rpc/auth_unix.h @@ -0,0 +1 @@ +#include diff --git a/rpc/clnt.h b/rpc/clnt.h new file mode 100644 index 0000000000..b4493d1d90 --- /dev/null +++ b/rpc/clnt.h @@ -0,0 +1 @@ +#include diff --git a/rpc/netdb.h b/rpc/netdb.h new file mode 100644 index 0000000000..a9d93e13ad --- /dev/null +++ b/rpc/netdb.h @@ -0,0 +1 @@ +#include diff --git a/rpc/pmap_clnt.h b/rpc/pmap_clnt.h new file mode 100644 index 0000000000..dfe537c96f --- /dev/null +++ b/rpc/pmap_clnt.h @@ -0,0 +1 @@ +#include diff --git a/rpc/pmap_prot.h b/rpc/pmap_prot.h new file mode 100644 index 0000000000..06d7d378cf --- /dev/null +++ b/rpc/pmap_prot.h @@ -0,0 +1 @@ +#include diff --git a/rpc/pmap_rmt.h b/rpc/pmap_rmt.h new file mode 100644 index 0000000000..1585c13039 --- /dev/null +++ b/rpc/pmap_rmt.h @@ -0,0 +1 @@ +#include diff --git a/rpc/rpc.h b/rpc/rpc.h new file mode 100644 index 0000000000..1b5c5cd8de --- /dev/null +++ b/rpc/rpc.h @@ -0,0 +1 @@ +#include diff --git a/rpc/rpc_msg.h b/rpc/rpc_msg.h new file mode 100644 index 0000000000..3c63730c1f --- /dev/null +++ b/rpc/rpc_msg.h @@ -0,0 +1 @@ +#include diff --git a/rpc/svc.h b/rpc/svc.h new file mode 100644 index 0000000000..68aa67b429 --- /dev/null +++ b/rpc/svc.h @@ -0,0 +1 @@ +#include diff --git a/rpc/svc_auth.h b/rpc/svc_auth.h new file mode 100644 index 0000000000..e2c226312e --- /dev/null +++ b/rpc/svc_auth.h @@ -0,0 +1 @@ +#include diff --git a/rpc/types.h b/rpc/types.h new file mode 100644 index 0000000000..53df7e666b --- /dev/null +++ b/rpc/types.h @@ -0,0 +1 @@ +#include diff --git a/rpc/xdr.h b/rpc/xdr.h new file mode 100644 index 0000000000..4c9083d08a --- /dev/null +++ b/rpc/xdr.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3