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-28 18:21:00 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-04-28 18:21:00 +0300
commit0970ddef039c8c4e9cd753d4d1814204f36467e9 (patch)
tree797555c1aceb0e7d73f0837e11713f52f2cb56f2 /library.h
parent97b0be9812df1764ca5dd2eddcacb4be460c58fe (diff)
Remove redis_cmd_format_header command completely
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 f5005ae3..b002bd2a 100644
--- a/library.h
+++ b/library.h
@@ -15,7 +15,6 @@
int integer_length(int i);
int redis_cmd_format_static(char **ret, char *keyword, char *format, ...);
-int redis_cmd_format_header(char **ret, char *keyword, int arg_count);
int redis_cmd_append_str(char **cmd, int cmd_len, char *append, int append_len);
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);