summaryrefslogtreecommitdiff
path: root/src/call_reply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/call_reply.h')
-rw-r--r--src/call_reply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/call_reply.h b/src/call_reply.h
index ff98f7f5a..ff1c4ba3f 100644
--- a/src/call_reply.h
+++ b/src/call_reply.h
@@ -35,6 +35,7 @@
typedef struct CallReply CallReply;
CallReply *callReplyCreate(sds reply, list *deferred_error_list, void *private_data);
+CallReply *callReplyCreateError(sds reply, void *private_data);
int callReplyType(CallReply *rep);
const char *callReplyGetString(CallReply *rep, size_t *len);
long long callReplyGetLongLong(CallReply *rep);