dcf19c8b6ca6b689bd1bcb1b71be996cd2a8897a
[sahlberg/ctdb.git] / libctdb / messages.h
1 #ifndef _LIBCTDB_MESSAGE_H
2 #define _LIBCTDB_MESSAGE_H
3 struct message_handler_info;
4 struct ctdb_connection;
5 struct ctdb_req_header;
6
7 void deliver_message(struct ctdb_connection *ctdb, struct ctdb_req_header *hdr);
8 #endif /* _LIBCTDB_MESSAGE_H */