s3:include: add forward declaration for struct messaging_context; in g_lock.h
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Sep 2013 07:24:42 +0000 (09:24 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Oct 2013 19:48:56 +0000 (08:48 +1300)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/include/g_lock.h

index 004c452fd0be6a59c6261c86d31d54f993e78d36..f513349bfc2e2cfc97d9f71eff429f404fe9947d 100644 (file)
@@ -23,6 +23,7 @@
 #include "dbwrap/dbwrap.h"
 
 struct g_lock_ctx;
+struct messaging_context;
 
 enum g_lock_type {
        G_LOCK_READ = 0,