diff options
author | Günther Deschner <gd@samba.org> | 2011-03-23 12:43:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 2377039738ea6676b71d58db770ffcd594ca08b7 (patch) | |
tree | 3768ea55244723f8c68c14cfc532dc5c542d218b /source3/smbd/smbd.h | |
parent | f064c8e4f23b7d427b6e0cb11a6d7ec04964e773 (diff) | |
download | samba-2377039738ea6676b71d58db770ffcd594ca08b7.tar.gz samba-2377039738ea6676b71d58db770ffcd594ca08b7.tar.bz2 samba-2377039738ea6676b71d58db770ffcd594ca08b7.zip |
s3-locking: move locking prototypes out of proto.h.
Will later become part of locking.h
Guenther
Diffstat (limited to 'source3/smbd/smbd.h')
-rw-r--r-- | source3/smbd/smbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index f48e877ff4..f0eb601d8c 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -22,5 +22,6 @@ #include "smb_acls.h" #include "vfs.h" #include "smbd/proto.h" +#include "locking/proto.h" #endif /* _SMBD_SMBD_H */ |