Sorting source tree a bit
[tpg/acess2.git] / Modules / Libraries / SunRPC / proto.h
diff --git a/Modules/Libraries/SunRPC/proto.h b/Modules/Libraries/SunRPC/proto.h
deleted file mode 100644 (file)
index 150fc42..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Acess2 Kernel
- * - Sun RPC (RFC 1057) implementation
- * proto.h
- * - Protocol definition
- */
-#ifndef _SUNRPC_PROTO_H_
-#define _SUNRPC_PROTO_H_
-
-struct sRPC_CallBody
-{
-       Uint32  RPCVers;        //!< Version (2)
-       Uint32  Program;        //!< Program Identifier
-       Uint32  Version;        //!< Program Version
-       
-};
-
-struct sRPC_Message
-{
-       tNet32  XID;    //!< Transaction Identifier
-       union
-       {
-               struct sRPC_CallBody    Call;
-       };
-};
-
-#endif
-

UCC git Repository :: git.ucc.asn.au