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
0b15e0c9
Commit
0b15e0c9
authored
Jul 26, 1998
by
Per Cederqvist
Browse files
(prot_a_output_text_list): Removed.
parent
5365a8f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-output.c
View file @
0b15e0c9
/*
* $Id: prot-a-output.c,v 0.3
0
1998/07/26 1
6
:4
4:34
ceder Exp $
* $Id: prot-a-output.c,v 0.3
1
1998/07/26 1
7
:4
0:28
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -29,7 +29,7 @@
*/
static
const
char
*
rcsid
=
"$Id: prot-a-output.c,v 0.3
0
1998/07/26 1
6
:4
4:34
ceder Exp $"
;
rcsid
=
"$Id: prot-a-output.c,v 0.3
1
1998/07/26 1
7
:4
0:28
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -397,27 +397,6 @@ prot_a_output_text_stat(Connection *fp,
}
void
prot_a_output_text_list
(
Connection
*
fp
,
Text_list
text_list
)
{
unsigned
long
i
;
mux_printf
(
fp
,
" %lu %lu"
,
(
unsigned
long
)
text_list
.
first_local_no
,
(
unsigned
long
)
text_list
.
no_of_texts
);
if
(
text_list
.
texts
!=
NULL
&&
text_list
.
no_of_texts
>
0
)
{
mux_printf
(
fp
,
" {"
);
for
(
i
=
0
;
i
<
text_list
.
no_of_texts
;
i
++
)
mux_printf
(
fp
,
" %lu"
,
(
unsigned
long
)
text_list
.
texts
[
i
]);
mux_printf
(
fp
,
" }"
);
}
else
mux_printf
(
fp
,
" *"
);
}
static
void
prot_a_output_who_info_ident
(
Connection
*
fp
,
Who_info_ident
*
info
)
...
...
src/server/prot-a-output.h
View file @
0b15e0c9
/*
* $Id: prot-a-output.h,v 0.1
8
1998/07/26 1
6:40
:5
9
ceder Exp $
* $Id: prot-a-output.h,v 0.1
9
1998/07/26 1
7:39
:5
0
ceder Exp $
* Copyright (C) 1991, 1992, 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: prot-a-output.h,v 0.1
8
1998/07/26 1
6:40
:5
9
ceder Exp $
* $Id: prot-a-output.h,v 0.1
9
1998/07/26 1
7:39
:5
0
ceder Exp $
*
*/
extern
void
...
...
@@ -99,10 +99,6 @@ extern void
prot_a_output_text_stat
(
Connection
*
fp
,
Text_stat
*
t_stat
);
extern
void
prot_a_output_text_list
(
Connection
*
fp
,
Text_list
text_list
);
extern
void
prot_a_output_info
(
Connection
*
fp
,
Info
*
info
);
...
...
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