From 7b693dc24f13df67432aedb5194a15d11f7b00f1 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 28 Dec 2001 20:20:56 +0000 Subject: [PATCH] (Adding New Result Types): Use ``enum res_type'' instead of ``Res_type''. (Modifying Output Types): Ditto. (Bug 335). --- doc/lyskomd.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lyskomd.texi b/doc/lyskomd.texi index 15bb4efd4..51113e100 100644 --- a/doc/lyskomd.texi +++ b/doc/lyskomd.texi @@ -1,5 +1,5 @@ \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 @setfilename lyskomd.info @include version.texi @@ -1984,7 +1984,7 @@ Add a line in the @code{prot_a_reply} switch that calls the correct output function. @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 @itemx server/prot-a-output.h @@ -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. @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 new and old type internally, which is not recommended. Add new entries for the new version of the type. -- GitLab