1998-03-12 00:11:04 +03:00
/*
2002-01-30 09:08:46 +03:00
Unix SMB / CIFS implementation .
1998-03-12 00:11:04 +03:00
SMB parameters and setup
Copyright ( C ) Andrew Tridgell 1992 - 1997
Copyright ( C ) Luke Kenneth Casson Leighton 1996 - 1997
Copyright ( C ) Paul Ashton 1997
2004-08-24 15:32:59 +04:00
Copyright ( C ) Jeremy Allison 2000 - 2004
2008-11-24 10:56:46 +03:00
1998-03-12 00:11:04 +03:00
This program is free software ; you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
2007-07-09 23:25:36 +04:00
the Free Software Foundation ; either version 3 of the License , or
1998-03-12 00:11:04 +03:00
( at your option ) any later version .
2008-11-24 10:56:46 +03:00
1998-03-12 00:11:04 +03:00
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
2008-11-24 10:56:46 +03:00
1998-03-12 00:11:04 +03:00
You should have received a copy of the GNU General Public License
2007-07-10 04:52:41 +04:00
along with this program . If not , see < http : //www.gnu.org/licenses/>.
1998-03-12 00:11:04 +03:00
*/
# ifndef _NT_DOMAIN_H /* _NT_DOMAIN_H */
2011-07-21 17:53:10 +04:00
# define _NT_DOMAIN_H
2011-04-13 16:32:16 +04:00
2000-03-10 00:45:16 +03:00
/*
* A bunch of stuff that was put into smb . h
* in the NTDOM branch - it didn ' t belong there .
*/
2008-11-24 10:56:46 +03:00
2010-07-23 22:47:36 +04:00
struct gse_context ;
2005-09-30 21:13:37 +04:00
2011-07-21 17:53:10 +04:00
# include "rpc_server/rpc_pipes.h"
2011-04-29 17:22:29 +04:00
2011-04-30 00:32:12 +04:00
# include "rpc_server/srv_pipe_register.h"
2011-04-29 17:22:29 +04:00
1998-03-12 00:11:04 +03:00
# endif /* _NT_DOMAIN_H */