From 53ed6efb231c47e63bc578523b07a37a564c59cf Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 28 Dec 2001 19:03:39 +0000
Subject: [PATCH] (async_new_recipient): Use ``enum info_type'' instead of 
 ``Info_type''. (async_sub_recipient): Ditto.  (Bug 335).

---
 src/server/send-async.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/server/send-async.h b/src/server/send-async.h
index 5fdce4156..d12d1b92d 100644
--- a/src/server/send-async.h
+++ b/src/server/send-async.h
@@ -1,5 +1,5 @@
 /*
- * $Id: send-async.h,v 0.15 1999/05/30 09:26:45 ceder Exp $
+ * $Id: send-async.h,v 0.16 2001/12/28 19:03:39 ceder Exp $
  * Copyright (C) 1991, 1994-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -23,7 +23,7 @@
  * Please mail bug reports to bug-lyskom@lysator.liu.se. 
  */
 /*
- * $Id: send-async.h,v 0.15 1999/05/30 09:26:45 ceder Exp $
+ * $Id: send-async.h,v 0.16 2001/12/28 19:03:39 ceder Exp $
  *
  */
 extern void
@@ -86,13 +86,13 @@ extern void
 async_new_recipient(struct connection   *cptr,
                     Text_no              text_no,
                     Conf_no              conf_no,
-                    Info_type            type);
+                    enum info_type       type);
 
 extern void
 async_sub_recipient(struct connection   *cptr,
                     Text_no              text_no,
                     Conf_no              conf_no,
-                    Info_type            type);
+                    enum info_type       type);
 
 void
 async_new_membership(struct connection   *cptr,
-- 
GitLab