diff --git a/src/include/services.h b/src/include/services.h
index 821683c684bfdc9ae9c5ff5c55e1faae791785b0..5fd6ba1c41f1335ce7bcdf4274a574e6d6020406 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,