summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-06 11:47:43 +0200
committerGünther Deschner <gd@samba.org>2011-05-06 16:37:18 +0200
commit27022587e31769718ab53f4d114e03ac2f205f27 (patch)
treee44e3574d6ca66c05f7bbce5ffd92aa87dbaabbe /source3/libsmb/libsmb.h
parent41134f7f4bb6cd2ff84422782dfb82845d881950 (diff)
downloadsamba-27022587e31769718ab53f4d114e03ac2f205f27.tar.gz
samba-27022587e31769718ab53f4d114e03ac2f205f27.tar.bz2
samba-27022587e31769718ab53f4d114e03ac2f205f27.zip
s3-libsmb: move protos to libsmb/proto.h
Guenther
Diffstat (limited to 'source3/libsmb/libsmb.h')
-rw-r--r--source3/libsmb/libsmb.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/source3/libsmb/libsmb.h b/source3/libsmb/libsmb.h
new file mode 100644
index 0000000000..210e55ebaa
--- /dev/null
+++ b/source3/libsmb/libsmb.h
@@ -0,0 +1,23 @@
+/*
+ Unix SMB/CIFS implementation.
+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef _LIBSMB_LIBSMB_H
+#define _LIBSMB_LIBSMB_H
+
+#include "libsmb/proto.h"
+
+#endif /* _LIBSMB_LIBSMB_H */