From e29cb78d74d730366d38abf3adc5533d493215fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 1 Sep 2001 13:12:20 +0200
Subject: [PATCH] Added missing prototype which caused the WIN32 and WIN64
 build to fail.

Rev: src/interpret.h:1.103
---
 src/interpret.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/interpret.h b/src/interpret.h
index b7faf401f3..123364464c 100644
--- a/src/interpret.h
+++ b/src/interpret.h
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: interpret.h,v 1.102 2001/09/01 00:27:31 hubbe Exp $
+ * $Id: interpret.h,v 1.103 2001/09/01 11:12:20 grubba Exp $
  */
 #ifndef INTERPRET_H
 #define INTERPRET_H
@@ -356,6 +356,7 @@ BLOCK_ALLOC(pike_frame,128)
 
 PMOD_EXPORT void find_external_context(struct external_variable_context *loc,
 				       int arg2);
+void really_free_pike_scope(struct pike_frame *scope);
 int low_mega_apply(enum apply_type type, INT32 args, void *arg1, void *arg2);
 void low_return(void);
 void low_return_pop(void);
-- 
GitLab