diff options
author | Richard Sharpe <sharpe@samba.org> | 2002-07-13 07:18:43 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2002-07-13 07:18:43 +0000 |
commit | 3faee01c7c49c92eb6859bea19479e88b446e54e (patch) | |
tree | 1f0b77d285fa73155514dbc8711cf54f353201fc /source3/libsmb | |
parent | 92c597a9b07ebffafd96ba11f0b25f8b97ffb124 (diff) | |
download | samba-3faee01c7c49c92eb6859bea19479e88b446e54e.tar.gz samba-3faee01c7c49c92eb6859bea19479e88b446e54e.tar.bz2 samba-3faee01c7c49c92eb6859bea19479e88b446e54e.zip |
Some fix ups but committing so Andrew can look at the problem I have.
(This used to be commit 146ba3eb49bade732d57691d8ce181ef6608e0cb)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/libsmbclient.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 05b6b3121f..0ffc1c1378 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -1,6 +1,5 @@ /* Unix SMB/Netbios implementation. - Version 2.0 SMB client library implementation Copyright (C) Andrew Tridgell 1998 Copyright (C) Richard Sharpe 2000, 2002 @@ -24,17 +23,12 @@ #include "includes.h" -/* - * Define this to get the real SMBCFILE and SMBCSRV structures - */ -#define _SMBC_INTERNAL - #include "libsmbclient.h" /* * Functions exported by libsmb_cache.c that we need here */ -int smbc_default_cache_functions(SMBCCTX * context); +int smbc_default_cache_functions(SMBCCTX *context); /* * check if an element is part of the list. |