projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd412f
)
declare hashDictType as external too
author
Premysl Hruby
<dfenze@gmail.com>
Tue, 27 Mar 2012 16:18:57 +0000
(18:18 +0200)
committer
antirez
<antirez@gmail.com>
Tue, 27 Mar 2012 21:04:21 +0000
(23:04 +0200)
src/redis.h
patch
|
blob
|
blame
|
history
diff --git
a/src/redis.h
b/src/redis.h
index 4b5c94dc3ead37d36ab44b1399b139983f681abb..de18fef44bf28aaeb8b74f42757007adf769fc9b 100644
(file)
--- a/
src/redis.h
+++ b/
src/redis.h
@@
-683,7
+683,7
@@
extern dictType setDictType;
extern dictType zsetDictType;
extern dictType dbDictType;
extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
-dictType hashDictType;
+
extern
dictType hashDictType;
/*-----------------------------------------------------------------------------
* Functions prototypes