summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-09-25 12:06:47 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-09-25 12:06:47 +0200
commite6fb160b4479cacb2c9e4e35a9557726ee4cc3d7 (patch)
treef7d6b3d4de2d644257334952aacacdd6de8f44a3 /hiredis.h
parentbb668e1b9450bb86da4ea2cff8ef3a0ea146f0e7 (diff)
Rename defines HIREDIS_* to REDIS_*
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. */