From 19dcc98ce3205171ab6a8e78d0216856de21c96d Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Mon, 16 Apr 2001 18:09:16 +0000
Subject: [PATCH] Don't refer to removed files.

---
 src/include/kom-types.h | 6 +++---
 src/server/async.h      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/include/kom-types.h b/src/include/kom-types.h
index 34719e6bc..2b4a91be7 100644
--- a/src/include/kom-types.h
+++ b/src/include/kom-types.h
@@ -1,5 +1,5 @@
 /*
- * $Id: kom-types.h,v 0.42 1999/07/10 22:33:16 ceder Exp $
+ * $Id: kom-types.h,v 0.43 2001/04/16 18:09:16 ceder Exp $
  * Copyright (C) 1990-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -94,7 +94,7 @@ typedef time_t Time;
 /*
  * The privilige bits:  says what priviliges a person has.  E g
  *  if he is allowed to read texts he normally shouldn't be allowed
- *  to read. See file doc/security-levels.txt
+ *  to read. See file doc/Protocol-A.texi.
  */
 typedef	struct {
 	unsigned int	wheel	: 1;
@@ -131,7 +131,7 @@ typedef struct {
 } Personal_flags;
 
 
-/* See file doc/misc_items */
+/* See file doc/Protocol-A.texi */
 typedef enum {
     recpt     = 0,	/* 0 Recipient (conference) */
     cc_recpt  = 1,	/* 1 Carbon Copy recipient (extra kopia) */
diff --git a/src/server/async.h b/src/server/async.h
index 00e36dd82..24a36ba34 100644
--- a/src/server/async.h
+++ b/src/server/async.h
@@ -1,5 +1,5 @@
 /*
- * $Id: async.h,v 0.16 1999/05/30 09:25:06 ceder Exp $
+ * $Id: async.h,v 0.17 2001/04/16 18:09:15 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: async.h,v 0.16 1999/05/30 09:25:06 ceder Exp $
+ * $Id: async.h,v 0.17 2001/04/16 18:09:15 ceder Exp $
  *
  * This file contains the parts of the async protocol that are common
  * to the server and the client.
@@ -34,7 +34,7 @@
 #define LYSKOM_ASYNC_H
 
 /*
- * What does this packet contain? (See doc/com-spec)
+ * What does this packet contain? (See doc/Protocol-A.texi)
  */
 typedef enum {
 	ay_new_text_old = 0,
-- 
GitLab