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
53ed6efb
Commit
53ed6efb
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
d2d71edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/send-async.h
View file @
53ed6efb
/*
* $Id: send-async.h,v 0.1
5 1999/05/30 09:26:45
ceder Exp $
* $Id: send-async.h,v 0.1
6 2001/12/28 19:03:39
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: send-async.h,v 0.1
5 1999/05/30 09:26:45
ceder Exp $
* $Id: send-async.h,v 0.1
6 2001/12/28 19:03:39
ceder Exp $
*
*/
extern
void
...
...
@@ -86,13 +86,13 @@ extern void
async_new_recipient
(
struct
connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
enum
i
nfo_type
type
);
extern
void
async_sub_recipient
(
struct
connection
*
cptr
,
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
enum
i
nfo_type
type
);
void
async_new_membership
(
struct
connection
*
cptr
,
...
...
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