1998-03-11 21:11:04 +00:00
/*
2002-01-30 06:08:46 +00:00
Unix SMB / CIFS implementation .
1998-03-11 21:11:04 +00: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 11:32:59 +00:00
Copyright ( C ) Jeremy Allison 2000 - 2004
2008-11-24 08:56:46 +01:00
1998-03-11 21:11:04 +00: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 19:25:36 +00:00
the Free Software Foundation ; either version 3 of the License , or
1998-03-11 21:11:04 +00:00
( at your option ) any later version .
2008-11-24 08:56:46 +01:00
1998-03-11 21:11:04 +00: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 08:56:46 +01:00
1998-03-11 21:11:04 +00:00
You should have received a copy of the GNU General Public License
2007-07-10 00:52:41 +00:00
along with this program . If not , see < http : //www.gnu.org/licenses/>.
1998-03-11 21:11:04 +00:00
*/
# ifndef _NT_DOMAIN_H /* _NT_DOMAIN_H */
2011-07-21 09:53:10 -04:00
# define _NT_DOMAIN_H
2011-04-13 14:32:16 +02:00
2000-03-09 21:45:16 +00:00
/*
* A bunch of stuff that was put into smb . h
* in the NTDOM branch - it didn ' t belong there .
*/
2008-11-24 08:56:46 +01:00
2010-07-23 14:47:36 -04:00
struct gse_context ;
2005-09-30 17:13:37 +00:00
2011-07-21 09:53:10 -04:00
# include "rpc_server/rpc_pipes.h"
2011-04-29 15:22:29 +02:00
2011-04-29 22:32:12 +02:00
# include "rpc_server/srv_pipe_register.h"
2011-04-29 15:22:29 +02:00
1998-03-11 21:11:04 +00:00
# endif /* _NT_DOMAIN_H */