summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-14 15:02:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:16 -0500
commiteefe30b7d8e17ed744318417954669bacf2b3ac0 (patch)
tree04fe23ee9d94980251efd3c2ad6bdc03109616f5 /source4/torture/rpc/rpc.h
parent9b8717edecc761e5be06e6f67a6246b1e20d24dd (diff)
downloadsamba-eefe30b7d8e17ed744318417954669bacf2b3ac0.tar.gz
samba-eefe30b7d8e17ed744318417954669bacf2b3ac0.tar.bz2
samba-eefe30b7d8e17ed744318417954669bacf2b3ac0.zip
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639)
Diffstat (limited to 'source4/torture/rpc/rpc.h')
-rw-r--r--source4/torture/rpc/rpc.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h
new file mode 100644
index 0000000000..e851287218
--- /dev/null
+++ b/source4/torture/rpc/rpc.h
@@ -0,0 +1,30 @@
+/*
+ Unix SMB/CIFS implementation.
+ SMB torture tester
+ Copyright (C) Andrew Tridgell 1997-2003
+ Copyright (C) Jelmer Vernooij 2006
+
+ 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 __TORTURE_RPC_H__
+#define __TORTURE_RPC_H__
+
+#include "auth/credentials/credentials.h"
+#include "torture/rpc/drsuapi.h"
+#include "libnet/libnet_join.h"
+#include "torture/rpc/proto.h"
+
+#endif /* __TORTURE_RPC_H__ */