diff --git a/src/interpret.h b/src/interpret.h
index b7faf401f36c22c120639f9c32a93e424a8ad45f..123364464c1c2b502a18534f2e750b9ba7dd1803 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);