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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-05-17 16:21:52 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-05-17 16:21:52 +0400
commitb9a1c75efa562f67d1678414c3b56883bc17916f (patch)
treea6589d6599583a85256d2600fef1fff8b63a5b23 /library.h
parent576dd065e0ea1ef6a7f8364c66abb70ad82d8bb0 (diff)
Converted many functions to the new protocol.
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.h b/library.h
index e2ab01dc..20b5fe0d 100644
--- a/library.h
+++ b/library.h
@@ -1,4 +1,6 @@
void add_constant_long(zend_class_entry *ce, char *name, int value);
+int integer_length(int i);
+int double_length(double d);
int redis_cmd_format(char **ret, char *format, ...);
PHPAPI char * redis_sock_read(RedisSock *redis_sock, int *buf_len TSRMLS_DC);