diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-02 09:24:42 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-10-17 08:48:56 +1300 |
commit | 9b22628e2460fde0af2c704acceb62334317d95a (patch) | |
tree | 1086043deab12ee2bcec6d640b10b32f9b1b6d67 /source3 | |
parent | 68ea47c27830b831e1be9725dff86bc3e17107cf (diff) | |
download | samba-9b22628e2460fde0af2c704acceb62334317d95a.tar.gz samba-9b22628e2460fde0af2c704acceb62334317d95a.tar.bz2 samba-9b22628e2460fde0af2c704acceb62334317d95a.zip |
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>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/g_lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/g_lock.h b/source3/include/g_lock.h index 004c452fd0..f513349bfc 100644 --- a/source3/include/g_lock.h +++ b/source3/include/g_lock.h @@ -23,6 +23,7 @@ #include "dbwrap/dbwrap.h" struct g_lock_ctx; +struct messaging_context; enum g_lock_type { G_LOCK_READ = 0, |