summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2013-05-07 22:24:20 +0200
committerYves Orton <demerphq@gmail.com>2013-05-08 00:10:44 +0200
commita2098e2036fea6a0d6544c47278aea9193a203c2 (patch)
tree545cd18e0e6fd8708f100e01bc28e81c2c0d2ed5 /proto.h
parentf13a3008d1d04fc1afda232ef20d423c793a85fd (diff)
downloadperl-a2098e2036fea6a0d6544c47278aea9193a203c2.tar.gz
cleanup and test PERL_PERTURB_KEYS environment variable handling
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 13d96688a4..c2fe6f394d 100644
--- a/proto.h
+++ b/proto.h
@@ -1169,7 +1169,7 @@ PERL_CALLCONV void Perl_get_db_sub(pTHX_ SV **svp, CV *cv)
#define PERL_ARGS_ASSERT_GET_DB_SUB \
assert(cv)
-PERL_CALLCONV void Perl_get_hash_seed(pTHX_ unsigned char *seed_buffer)
+PERL_CALLCONV void Perl_get_hash_seed(pTHX_ unsigned char * const seed_buffer)
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_GET_HASH_SEED \
assert(seed_buffer)