1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

s3:include: add forward declaration for struct messaging_context; in g_lock.h

Signed-off-by: Stefan Metzmacher <metze@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-09-02 09:24:42 +02:00 committed by Andrew Bartlett
parent 68ea47c278
commit 9b22628e24

View File

@ -23,6 +23,7 @@
#include "dbwrap/dbwrap.h"
struct g_lock_ctx;
struct messaging_context;
enum g_lock_type {
G_LOCK_READ = 0,