summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-23 12:43:17 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit2377039738ea6676b71d58db770ffcd594ca08b7 (patch)
tree3768ea55244723f8c68c14cfc532dc5c542d218b /source3/web
parentf064c8e4f23b7d427b6e0cb11a6d7ec04964e773 (diff)
downloadsamba-2377039738ea6676b71d58db770ffcd594ca08b7.tar.gz
s3-locking: move locking prototypes out of proto.h.
Will later become part of locking.h Guenther
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/statuspage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c
index 85bd33b7de0..02f5ca78e94 100644
--- a/source3/web/statuspage.c
+++ b/source3/web/statuspage.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "web/swat_proto.h"
#include "libcli/security/security.h"
+#include "locking/proto.h"
#define _(x) lang_msg_rotate(talloc_tos(),x)