summaryrefslogtreecommitdiff
path: root/source4/include/cli_context.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-03 00:38:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:22 -0500
commit02785df1b06647f1adaaac3c93f363ec5070a941 (patch)
tree70b42e956555d7f513c13fb80cb6ab799fb13d7c /source4/include/cli_context.h
parent6f214cc510a59b7a65ee9d4486baf14a3e579f73 (diff)
downloadsamba-02785df1b06647f1adaaac3c93f363ec5070a941.tar.gz
samba-02785df1b06647f1adaaac3c93f363ec5070a941.tar.bz2
samba-02785df1b06647f1adaaac3c93f363ec5070a941.zip
r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h
(This used to be commit 7dd3a5a6dadb0edc4fad56deba84f24b1e6dd2bc)
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r--source4/include/cli_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h
index 65128f09f5..a8c3f2d2e1 100644
--- a/source4/include/cli_context.h
+++ b/source4/include/cli_context.h
@@ -19,9 +19,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef _SMBCLI_CONTEXT_H
-#define _SMBCLI_CONTEXT_H
-
/*
smbcli_state: internal state used in libcli library for single-threaded callers,
i.e. a single session on a single socket.
@@ -32,5 +29,3 @@ struct smbcli_state {
struct smbcli_tree *tree;
struct substitute_context *substitute;
};
-
-#endif /* _SMBCLI_CONTEXT_H */