summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-23 16:33:45 +0100
committerVolker Lendecke <vl@samba.org>2009-11-23 16:34:59 +0100
commit7930206f5c80b15aded213c3f438ff0120fdea2c (patch)
tree57cbf214061fa53d0f5988b0e3ae44624f29e460 /source3/include
parent0f8e2a6ebb716588e741c2cdd8e9918262fdd4c6 (diff)
downloadsamba-7930206f5c80b15aded213c3f438ff0120fdea2c.tar.gz
samba-7930206f5c80b15aded213c3f438ff0120fdea2c.tar.bz2
samba-7930206f5c80b15aded213c3f438ff0120fdea2c.zip
Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicit"
This reverts commit 6a149022976fe6a5579ec9afc7a4d2dcb44dc8af.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d4b734b8f9..4622118542 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4387,8 +4387,7 @@ const char *lp_printcapname(void);
bool lp_disable_spoolss( void );
void lp_set_spoolss_state( uint32 state );
uint32 lp_get_spoolss_state( void );
-bool lp_use_sendfile(int snum, enum protocol_types proto,
- struct smb_signing_state *signing_state);
+bool lp_use_sendfile(int snum, struct smb_signing_state *signing_state);
void set_use_sendfile(int snum, bool val);
void set_store_dos_attributes(int snum, bool val);
void lp_set_mangling_method(const char *new_method);