Skip to content
GitLab
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
76e00465
Commit
76e00465
authored
Aug 22, 2003
by
Per Cederqvist
Browse files
(prot_a_reply): Handle rt_text_mapping_reverse.
parent
1c565136
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
76e00465
/*
* $Id: prot-a.c,v 0.8
8
2003/08/2
0 17:40:03
ceder Exp $
* $Id: prot-a.c,v 0.8
9
2003/08/2
2 06:44:50
ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -283,6 +283,12 @@ prot_a_reply(Connection *client,
BUG
((
"={text_mapping not listed"
));
break
;
case
rt_text_mapping_reverse
:
prot_a_output_text_mapping_reverse
(
client
,
&
res
->
text_mapping_reverse
);
BUG
((
"={text_mapping_reverse not listed"
));
break
;
case
rt_stats_description
:
prot_a_output_stats_description
(
client
,
&
res
->
stats_description
);
BUG
((
"={stats_description not listed"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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