diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-23 20:28:58 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-24 11:42:05 -0400 |
commit | 033185e2a1b2892fe8dc74a18a38e5e13e08cb22 (patch) | |
tree | 67f652f7c4caba015eb3ad7b5ad7d0f6ed56cc8d /source3/lib | |
parent | be5cf236968658263b0be5e1e4742741c70f65f8 (diff) | |
download | samba-033185e2a1b2892fe8dc74a18a38e5e13e08cb22.tar.gz samba-033185e2a1b2892fe8dc74a18a38e5e13e08cb22.tar.bz2 samba-033185e2a1b2892fe8dc74a18a38e5e13e08cb22.zip |
Make the smbd VFS typesafe
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/file_id.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/lib/file_id.c b/source3/lib/file_id.c index 0902e3d224..67c1dd0b1b 100644 --- a/source3/lib/file_id.c +++ b/source3/lib/file_id.c @@ -22,14 +22,6 @@ #include "includes.h" /* - generate a file_id from a stat structure - */ -struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf) -{ - return SMB_VFS_FILE_ID_CREATE(conn, sbuf); -} - -/* return True if two file_id structures are equal */ bool file_id_equal(const struct file_id *id1, const struct file_id *id2) |