loadsa work
[carveJwlIkooP6JGAAIwe30JlM.git] / network_msg.h
index b26300926fc3412b971dc01e63971989da7d405f..6c072f14fc44196f9ce7f6af2912a0a2431cd908 100644 (file)
@@ -40,5 +40,15 @@ struct netmsg_scores_info
 };
 enum{ k_inetmsg_scores_info = 2 };
 
+typedef struct netmsg_auth netmsg_auth;
+struct netmsg_auth
+{
+   u32 inetmsg_id;
+
+   u32 ticket_length;
+   u8 ticket[];
+};
+enum{ k_inetmsg_auth = 3 };
+
 #pragma pack(pop)
 #endif /* NETWORK_MSG_H */