Imported Upstream version 2.4.5
[debian/amanda] / common-src / protocol.h
index 2900ec48032870f5d7a1a1b3fb30409f05526ec2..6fd886bcd0c6496414830ca84f17ca4ce2752307 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: protocol.h,v 1.8.10.3 2004/04/29 20:47:40 martinea Exp $
+ * $Id: protocol.h,v 1.8.10.2.2.2 2004/04/29 20:47:22 martinea Exp $
  *
  * interfaces for amanda protocol
  */
@@ -41,7 +41,7 @@ typedef enum {
 
 typedef enum { A_BOGUS, A_START, A_TIMEOUT, A_RCVDATA } action_t;
 
-typedef enum { P_BOGUS, P_REQ, P_REP, P_ACK, P_NAK } pktype_t;
+typedef enum { P_BOGUS, P_REQ, P_REP, P_PREP, P_ACK, P_NAK } pktype_t;
 
 typedef struct {                       /* a predigested datagram */
     pktype_t type;