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

Removed the prototype for the static function restore_creds().

Rev: src/interpret.h:1.39
parent 3d83bc01
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: interpret.h,v 1.38 2000/03/24 01:24:49 hubbe Exp $ * $Id: interpret.h,v 1.39 2000/03/28 18:00:00 grubba Exp $
*/ */
#ifndef INTERPRET_H #ifndef INTERPRET_H
#define INTERPRET_H #define INTERPRET_H
...@@ -194,7 +194,6 @@ struct backlog; ...@@ -194,7 +194,6 @@ struct backlog;
void dump_backlog(void); void dump_backlog(void);
BLOCK_ALLOC(pike_frame,128) BLOCK_ALLOC(pike_frame,128)
static void restore_creds(struct object *creds);
void mega_apply(enum apply_type type, INT32 args, void *arg1, void *arg2); void mega_apply(enum apply_type type, INT32 args, void *arg1, void *arg2);
void f_call_function(INT32 args); void f_call_function(INT32 args);
int apply_low_safe_and_stupid(struct object *o, INT32 offset); int apply_low_safe_and_stupid(struct object *o, INT32 offset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment