Skip to content
Snippets Groups Projects
Commit 7b693dc2 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(Adding New Result Types): Use ``enum res_type'' instead of ``Res_type''.

(Modifying Output Types): Ditto.  (Bug 335).
parent bca7cbb0
Branches
No related tags found
No related merge requests found
\input texinfo \input texinfo
@c $Id: lyskomd.texi,v 1.42 2001/12/22 17:00:59 ceder Exp $ @c $Id: lyskomd.texi,v 1.43 2001/12/28 20:20:56 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{Res_type}and @code{Result_holder}. Add the type in @code{enum res_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{Res_type} and @code{Result_holder}, Modify the existing entry in @code{enum res_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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment