#include <repl.h>
Data Fields | |
const char * | name |
Name of the backend, as can be specified in replication=. | |
void(* | replication_fn )(struct irc_client *) |
Replication function. |
const char* replication_backend::name |
Name of the backend, as can be specified in replication=.
void(* replication_backend::replication_fn)(struct irc_client *) |
Replication function.