mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
12 lines
242 B
C
12 lines
242 B
C
#ifndef REDIS_SENTINEL_H
|
|
#define REDIS_SENTINEL_H
|
|
|
|
#include "sentinel_library.h"
|
|
|
|
#define PHP_REDIS_SENTINEL_VERSION "1.0"
|
|
|
|
extern zend_class_entry *redis_sentinel_ce;
|
|
extern PHP_MINIT_FUNCTION(redis_sentinel);
|
|
|
|
#endif /* REDIS_SENTINEL_H */
|