From 3b61079e400d0fa6bb696275e0b8fc1c83218e2c Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 28 Dec 2001 19:05:00 +0000 Subject: [PATCH] (add_recipient): Use ``enum info_type'' instead of ``Info_type''. (Bug 335). --- src/include/services.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/include/services.h b/src/include/services.h index 821683c68..5fd6ba1c4 100644 --- a/src/include/services.h +++ b/src/include/services.h @@ -1,5 +1,5 @@ /* - * $Id: services.h,v 0.51 2001/09/30 16:52:03 ceder Exp $ + * $Id: services.h,v 0.52 2001/12/28 19:05:00 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, - Info_type type ); /* recpt or cc_recpt */ +add_recipient (Text_no text_no, + Conf_no conf_no, + enum info_type type); extern Success sub_recipient (Text_no text_no, -- GitLab