summaryrefslogtreecommitdiffstats
path: root/src/gss_ntlmssp.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2013-06-22 16:16:00 -0400
committerSimo Sorce <simo@redhat.com>2013-07-13 16:33:13 -0400
commit677ab0a79147f7606c73b63ecad91f8b1e7b63c1 (patch)
treef5402897d71f668564aa1f105ff6309198a6c1dd /src/gss_ntlmssp.h
downloadgss-ntlmssp-677ab0a79147f7606c73b63ecad91f8b1e7b63c1.tar.gz
gss-ntlmssp-677ab0a79147f7606c73b63ecad91f8b1e7b63c1.tar.xz
gss-ntlmssp-677ab0a79147f7606c73b63ecad91f8b1e7b63c1.zip
Scheleton to start bulding the GSS-NTLMSSP project.
Diffstat (limited to 'src/gss_ntlmssp.h')
-rw-r--r--src/gss_ntlmssp.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/gss_ntlmssp.h b/src/gss_ntlmssp.h
new file mode 100644
index 0000000..f7164a9
--- /dev/null
+++ b/src/gss_ntlmssp.h
@@ -0,0 +1,23 @@
+/*
+ Copyright (C) 2013 Simo Sorce <simo@samba.org>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef _GSS_NTLMSSP_H_
+#define _GSS_NTLMSSP_H_
+
+#include <gssapi/gssapi.h>
+
+#endif /* _GSS_NTLMSSP_H_ */