diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-08 17:42:22 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-09 12:06:39 +0200 |
commit | 1d83fbffae23325961fd80873c93c06cae5f7a4e (patch) | |
tree | 52fedbdd7238c0e6eb4535c49296713b377ff059 /source3/include | |
parent | 96a5d169dd3a8746270a9e086717ab6206ab02c6 (diff) | |
download | samba-1d83fbffae23325961fd80873c93c06cae5f7a4e.tar.gz samba-1d83fbffae23325961fd80873c93c06cae5f7a4e.tar.bz2 samba-1d83fbffae23325961fd80873c93c06cae5f7a4e.zip |
Remove a pointless level of indirection
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b7e363253f..99557a25a1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9558,7 +9558,6 @@ NTSTATUS open_fake_file(connection_struct *conn, const char *fname, uint32 access_mask, files_struct **result); -void destroy_fake_file_handle(struct fake_file_handle **fh); NTSTATUS close_fake_file(files_struct *fsp); /* The following definitions come from smbd/file_access.c */ |