Branch: Tag:

2016-11-05

2016-11-05 10:03:49 by Martin Nilsson <nilsson@fastmail.com>

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;