summaryrefslogtreecommitdiff
path: root/source4/libcli/util/error.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-25 18:47:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:14 -0500
commit935af3eb1963761b4c8fd9e0e9902ad592f948bf (patch)
treeb3444a78fc16849758d1d19cef529ace32232154 /source4/libcli/util/error.h
parent13ea7bb7538050b21abcab9c2db7a2f85e2fdd02 (diff)
downloadsamba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.gz
samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.bz2
samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.zip
r14724: Rearrange some source files, install more headers.
(This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
Diffstat (limited to 'source4/libcli/util/error.h')
-rw-r--r--source4/libcli/util/error.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/source4/libcli/util/error.h b/source4/libcli/util/error.h
new file mode 100644
index 0000000000..4aa1ff6a40
--- /dev/null
+++ b/source4/libcli/util/error.h
@@ -0,0 +1,27 @@
+/*
+ Unix SMB/CIFS implementation.
+ Error handling code
+
+ 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.
+*/
+
+#ifndef _SAMBA_ERROR_H_
+#define _SAMBA_ERROR_H_
+
+#include "libcli/util/nterr.h"
+#include "libcli/util/doserr.h"
+#include "libcli/util/proto.h"
+
+#endif /* _SAMBA_ERROR_H */