summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-08 09:14:16 +0200
committerKai Blin <kai@samba.org>2008-05-10 09:22:19 +0200
commit378527215e663c0c9d36c565a16723e0a1979ea0 (patch)
tree66b091ae5c859b46ebd388573d52fda4f4952608 /source3/utils/net.h
parent44c689289c3ac29f329a9d9f0ec58e0416e62c4d (diff)
downloadsamba-378527215e663c0c9d36c565a16723e0a1979ea0.tar.gz
samba-378527215e663c0c9d36c565a16723e0a1979ea0.tar.bz2
samba-378527215e663c0c9d36c565a16723e0a1979ea0.zip
net: Some whitespace clean-up.
(This used to be commit 4dcce8b653671c8ce907f8353df1db8a5c8f8e19)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 68ed179a7a..4f390bb128 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -1,31 +1,31 @@
-/*
- Samba Unix/Linux SMB client library
- Distributed SMB/CIFS Server Management Utility
+/*
+ Samba Unix/Linux SMB client library
+ Distributed SMB/CIFS Server Management Utility
Copyright (C) 2001 Andrew Bartlett (abartlet@samba.org)
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/>. */
-/*
+/*
* A function of this type is passed to the '
- * run_rpc_command' wrapper. Must go before the net_proto.h
+ * run_rpc_command' wrapper. Must go before the net_proto.h
* include
*/
#include "lib/netapi/netapi.h"
typedef NTSTATUS (*rpc_command_fn)(const DOM_SID *,
- const char *,
+ const char *,
struct cli_state *cli,
struct rpc_pipe_client *,
TALLOC_CTX *,
@@ -68,7 +68,7 @@ enum netdom_domain_t { ND_TYPE_NT4, ND_TYPE_AD };
/* INCLUDE FILES */
#include "utils/net_proto.h"
-
+
/* MACROS & DEFINES */
#define NET_FLAGS_MASTER 0x00000001
@@ -77,7 +77,7 @@ enum netdom_domain_t { ND_TYPE_NT4, ND_TYPE_AD };
as the default remote host for this
operation? For example, localhost
is insane for a 'join' operation. */
-#define NET_FLAGS_PDC 0x00000008 /* PDC only */
+#define NET_FLAGS_PDC 0x00000008 /* PDC only */
#define NET_FLAGS_ANONYMOUS 0x00000010 /* use an anonymous connection */
#define NET_FLAGS_NO_PIPE 0x00000020 /* don't open an RPC pipe */