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
4b6ba7d9
Commit
4b6ba7d9
authored
Nov 04, 2001
by
Per Cederqvist
Browse files
(prot_a_output_misc_info): Adjusted to Info_datum unification.
Simplified code.
parent
6ecde785
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-output.c
View file @
4b6ba7d9
/*
* $Id: prot-a-output.c,v 0.5
0
2001/
09/30 16:57
:5
1
ceder Exp $
* $Id: prot-a-output.c,v 0.5
1
2001/
11/04 14:19
:5
3
ceder Exp $
* Copyright (C) 1991-2001 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: prot-a-output.c,v 0.5
0
2001/
09/30 16:57
:5
1
ceder Exp $"
;
rcsid
=
"$Id: prot-a-output.c,v 0.5
1
2001/
11/04 14:19
:5
3
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -709,15 +709,9 @@ prot_a_output_misc_info(Connection *fp,
switch
(
misc
.
type
)
{
case
recpt
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
recipient
);
break
;
case
cc_recpt
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
cc_recipient
);
break
;
case
bcc_recpt
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
bcc_
recipient
);
prot_a_output_ul
(
fp
,
misc
.
datum
.
recipient
);
break
;
case
loc_no
:
...
...
@@ -729,19 +723,10 @@ prot_a_output_misc_info(Connection *fp,
break
;
case
comm_to
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
comment_to
);
break
;
case
comm_in
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
commented_in
);
break
;
case
footn_to
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
footnote_to
);
break
;
case
footn_in
:
prot_a_output_ul
(
fp
,
misc
.
datum
.
footnoted_
in
);
prot_a_output_ul
(
fp
,
misc
.
datum
.
text_l
in
k
);
break
;
case
sent_by
:
...
...
Write
Preview
Markdown
is supported
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