Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2017-04-29 02:02:04 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-04-29 02:02:04 +0300
commit6a74b959b38a5706d90cfe618e7ea1eaf2f9a5dd (patch)
tree3d6dccaa5112cbdf754738653e2582523a25096e /library.h
parentf2d1ccf7c6ec245ecb76a861772f62717f2d87f9 (diff)
Remove integer_length function
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.h b/library.h
index 73a775cf..e0496f97 100644
--- a/library.h
+++ b/library.h
@@ -14,7 +14,6 @@
#define REDIS_CMD_INIT_SSTR_STATIC(sstr, argc, keyword) \
redis_cmd_init_sstr(sstr, argc, keyword, sizeof(keyword)-1);
-int integer_length(int i);
int redis_cmd_init_sstr(smart_string *str, int num_args, char *keyword, int keyword_len);
int redis_cmd_append_sstr(smart_string *str, char *append, int append_len);
int redis_cmd_append_sstr_int(smart_string *str, int append);