summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-24 16:58:29 +0200
committerVolker Lendecke <vl@samba.org>2008-06-26 13:13:23 +0200
commitc885ae01ebbf2b2f5c75799c4e8b1b0c68b2d34e (patch)
treebd72fddd6ec2722ed57bae94298ab2c5bf04adf2 /source3/include/proto.h
parente2585b73e975e8a434533019fbab1b8bd045ca70 (diff)
downloadsamba-c885ae01ebbf2b2f5c75799c4e8b1b0c68b2d34e.tar.gz
samba-c885ae01ebbf2b2f5c75799c4e8b1b0c68b2d34e.tar.bz2
samba-c885ae01ebbf2b2f5c75799c4e8b1b0c68b2d34e.zip
Remove current_user reference from printfsp.c
(This used to be commit 510f45d01a19ce1c226755ac42a328241098b2e0)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 602e2646fd..6cef348893 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6727,7 +6727,7 @@ bool sysv_cache_reload(void);
/* The following definitions come from printing/printfsp.c */
NTSTATUS print_fsp_open(connection_struct *conn, const char *fname,
- files_struct **result);
+ uint16_t current_vuid, files_struct **result);
void print_fsp_end(files_struct *fsp, enum file_close_type close_type);
/* The following definitions come from printing/printing.c */