From e85a2cb4985176b50552612304259be9bb884e90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 28 Mar 2000 20:00:00 +0200
Subject: [PATCH] Removed the prototype for the static function
 restore_creds().

Rev: src/interpret.h:1.39
---
 src/interpret.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/interpret.h b/src/interpret.h
index 67c11a5b84..90bf599eb7 100644
--- a/src/interpret.h
+++ b/src/interpret.h
@@ -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
 #define INTERPRET_H
@@ -194,7 +194,6 @@ struct backlog;
 void dump_backlog(void);
 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 f_call_function(INT32 args);
 int apply_low_safe_and_stupid(struct object *o, INT32 offset);
-- 
GitLab