summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-16 20:16:25 +0100
committerVolker Lendecke <vl@samba.org>2011-01-17 08:03:43 +0100
commitc7a5933e4b907d0dc50c01b299a5822392c86049 (patch)
treec18a9240fd863894eb2c990deb0c002c55d6ae6e /source3/include
parent6f3e11088c2783ccc5c7e785d3a67afb82e20db0 (diff)
downloadsamba-c7a5933e4b907d0dc50c01b299a5822392c86049.tar.gz
samba-c7a5933e4b907d0dc50c01b299a5822392c86049.tar.bz2
samba-c7a5933e4b907d0dc50c01b299a5822392c86049.zip
s3: Remove some unused code
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6a11ce4bb0..f3ec4d16c6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2251,8 +2251,6 @@ void cli_oplock_handler(struct cli_state *cli,
int cli_print_queue(struct cli_state *cli,
void (*fn)(struct print_job_info *));
int cli_printjob_del(struct cli_state *cli, int job);
-int cli_spl_open(struct cli_state *cli, const char *fname, int flags, int share_mode);
-bool cli_spl_close(struct cli_state *cli, uint16_t fnum);
/* The following definitions come from libsmb/cliquota.c */