mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Fixed build
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ ZEND_GET_MODULE(mhash)
|
||||
|
||||
#define NO_ARGS() (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, ""))
|
||||
|
||||
extern const unsigned char *mhash_get_hash_name_static(hashid hash);
|
||||
extern const unsigned char *mhash_get_keygen_name_static(keygenid keygen);
|
||||
extern const char *mhash_get_hash_name_static(hashid hash);
|
||||
extern const char *mhash_get_keygen_name_static(hashid type);
|
||||
|
||||
/* {{{ int php_mhash */
|
||||
int php_mhash(hashid hash, const char *input_str, int input_len, const char *key_str, int key_len, char **enc, int *len TSRMLS_DC)
|
||||
|
||||
Reference in New Issue
Block a user