Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c589daf0
Commit
c589daf0
authored
Aug 05, 1998
by
Per Cederqvist
Browse files
(Res_type): Added rt_text_mapping.
(Result_holder): Added text_mapping.
parent
52b67a9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.h
View file @
c589daf0
/*
* $Id: connections.h,v 0.3
2
1998/0
7/26 17:39:23
ceder Exp $
* $Id: connections.h,v 0.3
3
1998/0
8/05 16:13:08
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 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.3
2
1998/0
7/26 17:39:23
ceder Exp $
* $Id: connections.h,v 0.3
3
1998/0
8/05 16:13:08
ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
...
...
@@ -178,7 +178,8 @@ typedef enum {
rt_text_stat
,
rt_conference
,
rt_info
,
rt_l2g_iterator_as_text_list
rt_l2g_iterator_as_text_list
,
rt_text_mapping
}
Res_type
;
/*
...
...
@@ -224,6 +225,7 @@ typedef union {
Dynamic_session_info_list
dynamic_session_info_list
;
Static_session_info
static_session_info
;
L2g_iterator_as_text_list
l2g_iterator_as_text_list
;
Text_mapping
text_mapping
;
}
Result_holder
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment