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

(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
/* /*
* $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. * 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,
Info_type type ); /* recpt or cc_recpt */ enum info_type type);
extern Success extern Success
sub_recipient (Text_no text_no, sub_recipient (Text_no text_no,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment