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
3b61079e
Commit
3b61079e
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(add_recipient): Use ``enum info_type'' instead of ``Info_type''. (Bug 335).
parent
7200683a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/services.h
View file @
3b61079e
/*
* $Id: services.h,v 0.5
1
2001/
09/30 16:52
:0
3
ceder Exp $
* $Id: services.h,v 0.5
2
2001/
12/28 19:05
:0
0
ceder Exp $
* Copyright (C) 1991-1999, 2001 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,7 +26,8 @@
* services.h -- All the services the LysKOM server makes available
* for clients.
*
* Requires kom-types.h
* These functions match the requests defined in doc/Protocol-A.texi.
* See the descriptions in that file for documentation.
*
* Created by ceder 1990-03-23
*/
...
...
@@ -479,9 +480,9 @@ modify_text_info(Text_no text,
extern
Success
add_recipient
(
Text_no
text_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
/* recpt or cc_recpt */
add_recipient
(
Text_no
text_no
,
Conf_no
conf_no
,
enum
i
nfo_type
type
);
extern
Success
sub_recipient
(
Text_no
text_no
,
...
...
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