diff --git a/src/server/send-async.h b/src/server/send-async.h
index 5fdce41567b90e7c70c3e3d311bc3b97f240daae..d12d1b92ddf7eed7e8086ee37c544d553bfafe67 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,