summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index e5be725..15b4f61 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -35,7 +35,7 @@
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */
-#define HIREDIS_BLOCK 0x1
+#define REDIS_BLOCK 0x1
#define REDIS_ERROR -1
#define REDIS_REPLY_ERROR 0