From b2af281e508194d9548ea1119c19ee96a0dd1f0a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 15:31:06 +0100 Subject: s3-messages: only include messages.h where needed. Guenther --- source3/include/ctdbd_conn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ctdbd_conn.h') diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index 9530d1e3fc..ef291fb4ad 100644 --- a/source3/include/ctdbd_conn.h +++ b/source3/include/ctdbd_conn.h @@ -21,6 +21,8 @@ #define _CTDBD_CONN_H struct ctdbd_connection; +struct messaging_context; +struct messaging_rec; NTSTATUS ctdbd_messaging_connection(TALLOC_CTX *mem_ctx, struct ctdbd_connection **pconn); -- cgit