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

Removed the prototype for the static function call_destroy().

Rev: src/object.h:1.39
parent 7a76e8f6
Branches
Tags
Loading
......@@ -5,7 +5,7 @@
\*/
/*
* $Id: object.h,v 1.38 2000/03/26 14:16:42 grubba Exp $
* $Id: object.h,v 1.39 2000/03/28 17:59:14 grubba Exp $
*/
#ifndef OBJECT_H
#define OBJECT_H
......@@ -61,7 +61,6 @@ struct object *get_master(void);
struct object *debug_master(void);
struct destroy_called_mark;
PTR_HASH_ALLOC(destroy_called_mark,128)
static void call_destroy(struct object *o, int foo);
void low_destruct(struct object *o,int do_free);
void destruct(struct object *o);
void destruct_objects_to_destruct(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment