summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-10 10:56:20 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-10 10:56:20 +0000
commitec40d70b3b6f3032c86bfa4a80066572e0f0eaa7 (patch)
treeeebbb52b3b9cefbe6a431f9c1619b0fd8dc69038 /source3/client
parente2641c592662b42b6b1eb4170d95becff190446d (diff)
downloadsamba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.tar.gz
samba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.tar.bz2
samba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.zip
Patch from metze and me that adds dummy smb_register_*() functions
(This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
-rw-r--r--source3/client/smbmount.c2
-rw-r--r--source3/client/smbspool.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index b498b5b4a8..04804ac1f1 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -28,6 +28,8 @@
#define REGISTER 0
#endif
+#include "module_dummy.h"
+
struct cli_state *cli;
extern BOOL in_client;
static int port = 0;
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 1ee7dbc8cb..eeaec64204 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -22,6 +22,8 @@
#include "includes.h"
+#include "module_dummy.h"
+
#include <mntent.h>
#include <asm/types.h>
#include <linux/smb_fs.h>
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c
index 68165792da..eef663ebfd 100644
--- a/source3/client/smbspool.c
+++ b/source3/client/smbspool.c
@@ -24,6 +24,8 @@
#include "includes.h"
+#include "module_dummy.h"
+
/*
* Globals...
*/