diff options
Diffstat (limited to 'libguile/objprop.h')
-rw-r--r-- | libguile/objprop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/objprop.h b/libguile/objprop.h index 7e5365a74..edf2d9573 100644 --- a/libguile/objprop.h +++ b/libguile/objprop.h @@ -3,7 +3,7 @@ #ifndef SCM_OBJPROP_H #define SCM_OBJPROP_H -/* Copyright (C) 1995,2000,2001, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1995,2000,2001, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -30,7 +30,7 @@ SCM_API SCM scm_object_properties (SCM obj); SCM_API SCM scm_set_object_properties_x (SCM obj, SCM plist); SCM_API SCM scm_object_property (SCM obj, SCM key); SCM_API SCM scm_set_object_property_x (SCM obj, SCM key, SCM val); -SCM_INTERNAL void scm_init_objprop (void); +SCM_API void scm_init_objprop (void); #endif /* SCM_OBJPROP_H */ |