diff options
Diffstat (limited to 'libguile/simpos.h')
-rw-r--r-- | libguile/simpos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/simpos.h b/libguile/simpos.h index b391a28d8..1e2076870 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, 2008, 2013 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 License @@ -32,6 +32,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 int scm_getenv_int (const char *var, int def); SCM_INTERNAL void scm_init_simpos (void); #endif /* SCM_SIMPOS_H */ |