X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/c04bf4337b88ea45641065b7fe70dd0973b8ce94..eb3d623da57e6d31a58d95f932345fb761f9b701:/libguile/hash.h diff --git a/libguile/hash.h b/libguile/hash.h index d3e42f1c1..9085bc037 100644 --- a/libguile/hash.h +++ b/libguile/hash.h @@ -3,7 +3,8 @@ #ifndef SCM_HASH_H #define SCM_HASH_H -/* Copyright (C) 1995,1996,2000, 2006, 2008, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 2000, 2006, 2008, 2011, + * 2015 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 @@ -27,7 +28,6 @@ -SCM_API unsigned long scm_string_hash (const unsigned char *str, size_t len); SCM_INTERNAL unsigned long scm_i_locale_string_hash (const char *str, size_t len); SCM_INTERNAL unsigned long scm_i_latin1_string_hash (const char *str,