summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_smb.c')
-rw-r--r--stream/stream_smb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index 33b13f7a11..b1ebaecd00 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -115,7 +115,8 @@ static void close_f(stream_t *s){
smbc_close(s->fd);
}
-static int open_f (stream_t *stream, int mode, void *opts, int* file_format) {
+static int open_f (stream_t *stream, int mode, void *opts)
+{
char *filename;
mode_t m = 0;
int64_t len;