From 7a76e8f63ca456e4f95c7275e23c71cff9a3dc01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 28 Mar 2000 19:57:37 +0200
Subject: [PATCH] Removed the prototype for the static function
 check_mapping_type_fields().

Rev: src/mapping.h:1.23
---
 src/mapping.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mapping.h b/src/mapping.h
index 133668406c..5099b7becd 100644
--- a/src/mapping.h
+++ b/src/mapping.h
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: mapping.h,v 1.22 2000/02/09 18:50:20 hubbe Exp $
+ * $Id: mapping.h,v 1.23 2000/03/28 17:57:37 grubba Exp $
  */
 #ifndef MAPPING_H
 #define MAPPING_H
@@ -71,12 +71,12 @@ extern struct mapping *first_mapping;
  struct mapping_data *md_=(M); \
  debug_malloc_touch(md_); \
  if(!--md_->refs) really_free_mapping_data(md_); \
+ /* FIXME: What about valrefs & hardlinks? */ \
 }while(0)
 
 /* Prototypes begin here */
 BLOCK_ALLOC(mapping, 511)
 
-static void check_mapping_type_fields(struct mapping *m);
 struct mapping *debug_allocate_mapping(int size);
 void really_free_mapping_data(struct mapping_data *md);
 struct mapping_data *copy_mapping_data(struct mapping_data *md);
-- 
GitLab