diff options
Diffstat (limited to 'libguile/strings.h')
-rw-r--r-- | libguile/strings.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libguile/strings.h b/libguile/strings.h index 04a976211..b88e97c47 100644 --- a/libguile/strings.h +++ b/libguile/strings.h @@ -3,7 +3,7 @@ #ifndef SCM_STRINGS_H #define SCM_STRINGS_H -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2004, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 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 @@ -220,6 +220,9 @@ SCM_INTERNAL void scm_decoding_error (const char *subr, int err, /* internal utility functions. */ +SCM_INTERNAL void scm_i_lock_iconv (void); +SCM_INTERNAL void scm_i_unlock_iconv (void); + SCM_INTERNAL char **scm_i_allocate_string_pointers (SCM list); SCM_INTERNAL void scm_i_get_substring_spec (size_t len, SCM start, size_t *cstart, |