From 6c2192c3a96b7bb307e316a0695a303c2dd97adf Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sun, 6 Aug 2006 18:10:02 +0200
Subject: [PATCH] Removed a PMOD_PROTO on really_free_mapping - we now use
 do_free_mapping instead.

Rev: src/mapping.h:1.65
---
 src/mapping.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mapping.h b/src/mapping.h
index 30ae2e937b..4937de2846 100644
--- a/src/mapping.h
+++ b/src/mapping.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: mapping.h,v 1.64 2006/07/05 19:24:19 mast Exp $
+|| $Id: mapping.h,v 1.65 2006/08/06 16:10:02 mast Exp $
 */
 
 #ifndef MAPPING_H
@@ -93,6 +93,8 @@ extern struct mapping *gc_internal_mapping;
 #define free_mapping(M) do_free_mapping (M)
 #else
 
+void really_free_mapping(struct mapping *md);
+
 /** Free a previously allocated mapping. The preferred method of freeing
   * a mapping is by calling the @ref do_free_mapping function.
   *
@@ -128,8 +130,6 @@ extern struct mapping *gc_internal_mapping;
  /* FIXME: What about valrefs & hardlinks? */ \
 }while(0)
 
-PMOD_PROTO void really_free_mapping(struct mapping *md);
-
 /* Prototypes begin here */
 BLOCK_ALLOC_FILL_PAGES(mapping, 2);
 
-- 
GitLab