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
7b693dc2
Commit
7b693dc2
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(Adding New Result Types): Use ``enum res_type'' instead of ``Res_type''.
(Modifying Output Types): Ditto. (Bug 335).
parent
bca7cbb0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/lyskomd.texi
+3
-3
3 additions, 3 deletions
doc/lyskomd.texi
with
3 additions
and
3 deletions
doc/lyskomd.texi
+
3
−
3
View file @
7b693dc2
\input
texinfo
\input
texinfo
@c
$
Id: lyskomd.texi,v
1
.
4
2
2001
/
12
/
2
2
17
:
0
0
:
5
9
ceder Exp
$
@c
$
Id: lyskomd.texi,v
1
.
4
3
2001
/
12
/
2
8
20
:
2
0
:
5
6
ceder Exp
$
@c
%**start of header
@c
%**start of header
@setfilename lyskomd.info
@setfilename lyskomd.info
@include version.texi
@include version.texi
...
@@ -1984,7 +1984,7 @@ Add a line in the @code{prot_a_reply} switch that calls the correct
...
@@ -1984,7 +1984,7 @@ Add a line in the @code{prot_a_reply} switch that calls the correct
output function.
output function.
@item server
/
connections.h
@item server
/
connections.h
Add the type in @code
{
R
es
_
type
}
and @code
{
Result
_
holder
}
.
Add the type in @code
{
enum r
es
_
type
}
and @code
{
Result
_
holder
}
.
@item server
/
prot
-
a
-
output.c
@item server
/
prot
-
a
-
output.c
@itemx server
/
prot
-
a
-
output.h
@itemx server
/
prot
-
a
-
output.h
...
@@ -2027,7 +2027,7 @@ Modify the current line in @code{prot_a_reply} for the existing version
...
@@ -2027,7 +2027,7 @@ Modify the current line in @code{prot_a_reply} for the existing version
of the type, and add a new line for the new version of the type.
of the type, and add a new line for the new version of the type.
@item connections.h
@item connections.h
Modify the existing entry in @code
{
R
es
_
type
}
and @code
{
Result
_
holder
}
,
Modify the existing entry in @code
{
enum r
es
_
type
}
and @code
{
Result
_
holder
}
,
if necessary. This should only be necessary if the server uses both a
if necessary. This should only be necessary if the server uses both a
new and old type internally, which is not recommended. Add new entries
new and old type internally, which is not recommended. Add new entries
for the new version of the type.
for the new version of the type.
...
...
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