git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3117 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-24 09:56:17 +00:00
parent 37cf61567e
commit b6ca25ba6b

View File

@@ -38,6 +38,9 @@
/* $Id$ */
#ifndef __RX_H__
#define __RX_H__
/* header of a RPC packet */
enum rx_header_type {
@@ -77,3 +80,5 @@ struct rx_header {
};
#define RX_HEADER_SIZE 28
#endif /* __RX_H__ */