summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hiredis.h b/hiredis.h
index 85ef87e..e57c3ab 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -30,8 +30,8 @@
#ifndef __HIREDIS_H
#define __HIREDIS_H
-#define HIREDIS_ERR -1
-#define HIREDIS_OK 0
+#define REDIS_ERR -1
+#define REDIS_OK 0
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */