pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-05
2016-11-05 10:03:49 by Martin Nilsson <nilsson@fastmail.com>
7a2f4089d73d291f892152336d00100096214c79 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Export f_hash, not the compat version.
396:
*! @seealso *! @[hash()], @[hash_7_0()], @[hash_7_4()], @[hash_value] */
-
PMOD_EXPORT
void f_hash_8_0(INT32 args)
+
static
void f_hash_8_0(INT32 args)
{ size_t i = 0; struct pike_string *s;
463:
*! @seealso *! @[hash_7_0()], @[hash_7_4()], @[hash_8_0()], @[hash_value] */
-
static
void f_hash( INT32 args )
+
PMOD_EXPORT
void f_hash( INT32 args )
{ size_t res;