summaryrefslogtreecommitdiff
path: root/libguile/guardians.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/guardians.h')
-rw-r--r--libguile/guardians.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/guardians.h b/libguile/guardians.h
index eb8eda477..2c98c3711 100644
--- a/libguile/guardians.h
+++ b/libguile/guardians.h
@@ -2,7 +2,7 @@
#ifndef SCM_GUARDIANH
#define SCM_GUARDIANH
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -48,10 +48,6 @@
SCM scm_make_guardian (void);
-/* these two are called by the GC: */
-void scm_guardian_gc_init (void);
-void scm_guardian_zombify(void);
-
/* these are to be called from C: */
void scm_guard (SCM guardian, SCM obj);
SCM scm_get_one_zombie (SCM guardian);