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
5632fbdb
Commit
5632fbdb
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(async_new_recipient): Use ``enum info_type'' instead of ``Info_type''.
(async_sub_recipient): Ditto. (Bug 335).
parent
53ed6efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/send-async.c
View file @
5632fbdb
/*
* $Id: send-async.c,v 0.3
6
2001/1
1/04 21:03:4
8 ceder Exp $
* $Id: send-async.c,v 0.3
7
2001/1
2/28 19:04:0
8 ceder Exp $
* Copyright (C) 1991, 1993-2000 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -468,7 +468,7 @@ void
async_new_recipient
(
struct
connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
)
enum
i
nfo_type
type
)
{
if
(
!
param
.
send_async_messages
)
return
;
...
...
@@ -492,7 +492,7 @@ void
async_sub_recipient
(
struct
connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
)
enum
i
nfo_type
type
)
{
if
(
!
param
.
send_async_messages
)
return
;
...
...
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