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
a1fee1e7
Commit
a1fee1e7
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(prot_a_async_new_recipient): Use ``enum info_type'' instead of ``Info_type''.
(prot_a_async_sub_recipient): Ditto. (Bug 335).
parent
1cfb34df
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-send-async.c
View file @
a1fee1e7
/*
* $Id: prot-a-send-async.c,v 0.2
6
2001/12/2
2
1
7
:0
0:10
ceder Exp $
* $Id: prot-a-send-async.c,v 0.2
7
2001/12/2
8
1
9
:0
4:36
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -198,10 +198,10 @@ prot_a_async_deleted_text(Connection *cptr,
}
void
prot_a_async_new_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
)
prot_a_async_new_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
enum
i
nfo_type
type
)
{
ASYNC_CHECK_ACCEPT
(
cptr
,
ay_new_recipient
);
async_header
(
cptr
,
3
,
ay_new_recipient
);
...
...
@@ -212,10 +212,10 @@ prot_a_async_new_recipient(Connection *cptr,
}
void
prot_a_async_sub_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
)
prot_a_async_sub_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
enum
i
nfo_type
type
)
{
ASYNC_CHECK_ACCEPT
(
cptr
,
ay_sub_recipient
);
async_header
(
cptr
,
3
,
ay_sub_recipient
);
...
...
src/server/prot-a-send-async.h
View file @
a1fee1e7
/*
* $Id: prot-a-send-async.h,v 0.1
4 1999/05/30 09:26:24
ceder Exp $
* $Id: prot-a-send-async.h,v 0.1
5 2001/12/28 19:04:35
ceder Exp $
* Copyright (C) 1991, 1994-1999 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-send-async.h,v 0.1
4 1999/05/30 09:26:24
ceder Exp $
* $Id: prot-a-send-async.h,v 0.1
5 2001/12/28 19:04:35
ceder Exp $
*
* Asynchronous messages in protocol A.
*/
...
...
@@ -90,16 +90,16 @@ prot_a_async_deleted_text(Connection *cptr,
Text_stat
*
text_s
);
void
prot_a_async_new_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
prot_a_async_new_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
enum
i
nfo_type
type
);
void
prot_a_async_sub_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
prot_a_async_sub_recipient
(
Connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
enum
i
nfo_type
type
);
...
...
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