Skip to content

Commit 5dad3af

Browse files
committed
Delete the useless function .
1 parent 7340a46 commit 5dad3af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php_hashids.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ hashids_t * hashids_init(const char *salt, size_t min_hash_length, const char *a
9393
/* encode */
9494
size_t hashids_estimate_encoded_size(hashids_t *hashids, size_t numbers_count, unsigned long long *numbers);
9595
size_t hashids_encode(hashids_t *hashids, char *buffer, size_t numbers_count, unsigned long long *numbers);
96-
size_t hashids_encode_v(hashids_t *hashids, char *buffer, size_t numbers_count, ...);
9796
size_t hashids_encode_hex(hashids_t *hashids, char *buffer, const char *hex_str);
9897

9998
/* decode */

0 commit comments

Comments
 (0)