diff options
Diffstat (limited to 'libguile/simpos.h')
-rw-r--r-- | libguile/simpos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/simpos.h b/libguile/simpos.h index 6df8bb1d2..1ce207b1d 100644 --- a/libguile/simpos.h +++ b/libguile/simpos.h @@ -3,7 +3,7 @@ #ifndef SCM_SIMPOS_H #define SCM_SIMPOS_H -/* Copyright (C) 1995,1996,1997,1998,2000, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000, 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 @@ -31,7 +31,7 @@ SCM_API SCM scm_system_star (SCM cmds); SCM_API SCM scm_getenv (SCM nam); SCM_API SCM scm_primitive_exit (SCM status); SCM_API SCM scm_primitive__exit (SCM status); -SCM_INTERNAL void scm_init_simpos (void); +SCM_API void scm_init_simpos (void); #endif /* SCM_SIMPOS_H */ |