From e6fb160b4479cacb2c9e4e35a9557726ee4cc3d7 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sat, 25 Sep 2010 12:06:47 +0200 Subject: Rename defines HIREDIS_* to REDIS_* --- hiredis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hiredis.h') 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. */ -- cgit v1.2.3