summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/init.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-02 12:37:31 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-02 12:37:31 +0000
commit3f34a3cac817de19d227c36bc792db8b2c3798f9 (patch)
tree64fae91e0f88532f623260a09fdaa53f66518362 /source/smbwrapper/init.c
parent9bae21abaf3d69a204c6e617f06094303da4da48 (diff)
downloadsamba-3f34a3cac817de19d227c36bc792db8b2c3798f9.tar.gz
samba-3f34a3cac817de19d227c36bc792db8b2c3798f9.tar.xz
samba-3f34a3cac817de19d227c36bc792db8b2c3798f9.zip
the guts of the smbwrapper code. I may change the layout of this at
some stage.
Diffstat (limited to 'source/smbwrapper/init.c')
-rw-r--r--source/smbwrapper/init.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/smbwrapper/init.c b/source/smbwrapper/init.c
new file mode 100644
index 00000000000..23d85eb4cff
--- /dev/null
+++ b/source/smbwrapper/init.c
@@ -0,0 +1,22 @@
+/*
+ Unix SMB/Netbios implementation.
+ Version 2.0
+ initialise connections in smbwrapper
+ Copyright (C) Andrew Tridgell 1998
+
+ 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
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ 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.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#include "includes.h"