Skip to content
Snippets Groups Projects
Commit e29cb78d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added missing prototype which caused the WIN32 and WIN64 build to fail.

Rev: src/interpret.h:1.103
parent 38efee9a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment