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
31163d3f
Commit
31163d3f
authored
Jun 14, 1996
by
David Byers
Browse files
(accept_async, query_async): New functions
parent
057b6665
Changes
1
Show whitespace changes
Inline
Side-by-side
src/include/services.h
View file @
31163d3f
/*
/*
* $Id: services.h,v 0.2
5
1996/06/
09 13:53:52
byers Exp $
* $Id: services.h,v 0.2
6
1996/06/
14 16:10:28
byers Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -585,6 +585,15 @@ extern Success
...
@@ -585,6 +585,15 @@ extern Success
KOM_
(
send_message
(
Conf_no
recipient
,
KOM_
(
send_message
(
Conf_no
recipient
,
const
String
message
)
);
const
String
message
)
);
/*
* Selection of asynchronous messages
*/
extern
Success
KOM_
(
accept_async
(
Number_list
*
accept_list
));
extern
Success
KOM_
(
query_async
(
Number_list
*
result
));
/*
/*
* Asynchronous messages.
* Asynchronous messages.
...
...
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