#ifndef REPLICATOR_CONNECTION_H
#define REPLICATOR_CONNECTION_H
#include "replication-common.h"
struct replicator_connection *
replicator_connection_create_unix(const char *path,
struct replicator_connection *
const char *username,
enum replication_priority priority);
extern struct replicator_connection *replicator;
#endif