Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
3b61079e
Commit
3b61079e
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(add_recipient): Use ``enum info_type'' instead of ``Info_type''. (Bug 335).
parent
7200683a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/services.h
+6
-5
6 additions, 5 deletions
src/include/services.h
with
6 additions
and
5 deletions
src/include/services.h
+
6
−
5
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.
* Copyright (C) 1991-1999, 2001 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
* services.h -- All the services the LysKOM server makes available
* services.h -- All the services the LysKOM server makes available
* for clients.
* 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
* Created by ceder 1990-03-23
*/
*/
...
@@ -481,7 +482,7 @@ modify_text_info(Text_no text,
...
@@ -481,7 +482,7 @@ modify_text_info(Text_no text,
extern
Success
extern
Success
add_recipient
(
Text_no
text_no
,
add_recipient
(
Text_no
text_no
,
Conf_no
conf_no
,
Conf_no
conf_no
,
I
nfo_type
type
);
/* recpt or cc_recpt */
enum
i
nfo_type
type
);
extern
Success
extern
Success
sub_recipient
(
Text_no
text_no
,
sub_recipient
(
Text_no
text_no
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment