From 27dfc250c657e794a01b9cc902dd58e8af8df93b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 4 Apr 1992 17:26:49 +0000
Subject: [PATCH] Added who_info_ident_list and session_info_ident to
 Result_holder.

---
 src/server/connections.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/server/connections.h b/src/server/connections.h
index aeba849c4..a282389a1 100644
--- a/src/server/connections.h
+++ b/src/server/connections.h
@@ -1,5 +1,5 @@
 /*
- * $Id: connections.h,v 0.8 1992/04/01 20:50:40 ceder Exp $
+ * $Id: connections.h,v 0.9 1992/04/04 17:26:49 ceder Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -23,7 +23,7 @@
  * Please mail bug reports to bug-lyskom@lysator.liu.se. 
  */
 /*
- * $Id: connections.h,v 0.8 1992/04/01 20:50:40 ceder Exp $
+ * $Id: connections.h,v 0.9 1992/04/04 17:26:49 ceder Exp $
  *
   * connections.h -- The top level of the communication packet.
   *
@@ -185,6 +185,8 @@ typedef union {
 	Session_info		  session_info;
 	Session_no		  session_no;
 	Text_no			  text_no;
+	Who_info_ident_list	  who_info_ident_list;
+	Session_info_ident	  session_info_ident;
 } Result_holder;
 
 
-- 
GitLab