Skip to content
Snippets Groups Projects
Commit 27dfc250 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added who_info_ident_list and session_info_ident to Result_holder.

parent 2fd71cc2
No related branches found
No related tags found
No related merge requests found
/*
* $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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment