You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediaproxy-ng/daemon/redis.c

8 lines
296 B

#include "redis.h"
struct redis *(*redis_new_mod)(u_int32_t, u_int16_t, int);
int (*redis_restore_mod)(struct callmaster *, struct redis *);
void (*redis_update_mod)(struct call *, struct redis *);
void (*redis_delete_mod)(struct call *, struct redis *);
void (*redis_wipe_mod)(struct redis *);