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
6c6b5787
Commit
6c6b5787
authored
Jul 28, 1996
by
Per Cederqvist
Browse files
(async_send_group_message): The force_message argument is a Bool, not a char.
(async_send_message): Likewise.
parent
8fffc3d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/send-async.c
View file @
6c6b5787
/*
* $Id: send-async.c,v 0.1
8
1996/07/28 15:
17:0
5 ceder Exp $
* $Id: send-async.c,v 0.1
9
1996/07/28 15:
24:5
5 ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Written by Per Cederqvist 1990-07-22--23
*/
static
char
*
rcsid
=
"$Id: send-async.c,v 0.1
8
1996/07/28 15:
17:0
5 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: send-async.c,v 0.1
9
1996/07/28 15:
24:5
5 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -341,7 +341,7 @@ Success
async_send_message
(
Pers_no
recipient
,
Pers_no
sender
,
String
message
,
char
force_message
)
Bool
force_message
)
{
return
async_send_group_message
(
recipient
,
recipient
,
...
...
@@ -355,7 +355,7 @@ async_send_group_message(Pers_no recipient,
Conf_no
group_recipient
,
Pers_no
sender
,
String
message
,
char
force_message
)
Bool
force_message
)
{
Connection
*
cptr
;
Session_no
i
=
0
;
...
...
src/server/send-async.h
View file @
6c6b5787
/*
* $Id: send-async.h,v 0.
8
1996/0
6/14 15:37:42 by
er
s
Exp $
* $Id: send-async.h,v 0.
9
1996/0
7/28 15:24:43 ced
er Exp $
* Copyright (C) 1991, 1994, 1995 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: send-async.h,v 0.
8
1996/0
6/14 15:37:42 by
er
s
Exp $
* $Id: send-async.h,v 0.
9
1996/0
7/28 15:24:43 ced
er Exp $
*
*/
extern
void
...
...
@@ -63,11 +63,11 @@ extern Success
async_send_message
(
Pers_no
recipient
,
Pers_no
sender
,
String
message
,
char
force_message
);
Bool
force_message
);
extern
Success
async_send_group_message
(
Pers_no
recipient
,
Conf_no
group_recipient
,
Pers_no
sender
,
String
message
,
char
force_message
);
Bool
force_message
);
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