summaryrefslogtreecommitdiff
path: root/lib/gllib/hash-pjw-bare.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:41:47 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:42:51 +0200
commit50c3f95cb161859abaeb0bc93e5a4e6d6e2f9741 (patch)
tree0a2b7e253524a3faa1e370dbf1ea6a6f17bc32fe /lib/gllib/hash-pjw-bare.h
parentad555a97d8de33bb18f69d9d94a2e8b18d81c32e (diff)
downloadlibtasn1-50c3f95cb161859abaeb0bc93e5a4e6d6e2f9741.tar.gz
updated gnulib
Diffstat (limited to 'lib/gllib/hash-pjw-bare.h')
-rw-r--r--lib/gllib/hash-pjw-bare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gllib/hash-pjw-bare.h b/lib/gllib/hash-pjw-bare.h
index f4b08fe..af4892a 100644
--- a/lib/gllib/hash-pjw-bare.h
+++ b/lib/gllib/hash-pjw-bare.h
@@ -1,5 +1,5 @@
/* hash-pjw-bare.h -- declaration for a simple hash function
- Copyright (C) 2012-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
@@ -20,5 +20,5 @@
and return the hash code. Note that unlike hash_pjw(), it does not
return it modulo a table size.
The result is platform dependent: it depends on the size of the 'size_t'
- type and on the signedness of the 'char' type. */
+ type. */
extern size_t hash_pjw_bare (const void *x, size_t n) _GL_ATTRIBUTE_PURE;