Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a062155

Browse files
Reduce to < 80 chars
1 parent 03837f0 commit a062155

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

common.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,10 @@ typedef struct {
276276
/* }}} */
277277

278278
/* Redis response handler function callback prototype */
279-
typedef void (*ResultCallback)(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx);
280-
typedef int (*FailableResultCallback)(INTERNAL_FUNCTION_PARAMETERS, RedisSock*, zval*, void*);
279+
typedef void (*ResultCallback)(INTERNAL_FUNCTION_PARAMETERS,
280+
RedisSock *redis_sock, zval *z_tab, void *ctx);
281+
typedef int (*FailableResultCallback)(INTERNAL_FUNCTION_PARAMETERS,
282+
RedisSock*, zval*, void*);
281283

282284
typedef struct fold_item {
283285
FailableResultCallback fun;

0 commit comments

Comments
 (0)