Remote protocol working.
[wrappi.git] / lib / proto-xdr.h
index a73fffb..02d7b44 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef PROTO_XDR_H_
-#define PROTO_XDR_H_
+#ifndef WRAPPI_PROTO_XDR_H_
+#define WRAPPI_PROTO_XDR_H_
 
 #include <stdint.h>
-#include <string.h>
-#include <errno.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 
@@ -48,4 +46,4 @@ struct wrap_int_message_error {
 extern bool_t wrap_int_xdr_message_header (XDR *, struct wrap_int_message_header *);
 extern bool_t wrap_int_xdr_message_error (XDR *, struct wrap_int_message_error *);
 
-#endif /* WRAPPI_INTERNAL_H_ */
+#endif /* WRAPPI_PROTO_XDR_H_ */