summaryrefslogtreecommitdiffstats
path: root/ctdb/libctdb/messages.h
blob: dcf19c8b6ca6b689bd1bcb1b71be996cd2a8897a (plain)
1
2
3
4
5
6
7
8
#ifndef _LIBCTDB_MESSAGE_H
#define _LIBCTDB_MESSAGE_H
struct message_handler_info;
struct ctdb_connection;
struct ctdb_req_header;

void deliver_message(struct ctdb_connection *ctdb, struct ctdb_req_header *hdr);
#endif /* _LIBCTDB_MESSAGE_H */