diff options
Diffstat (limited to 'source3/lib/file_id.c')
-rw-r--r-- | source3/lib/file_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/file_id.c b/source3/lib/file_id.c index 335c1829fb..18d3397bed 100644 --- a/source3/lib/file_id.c +++ b/source3/lib/file_id.c @@ -26,7 +26,7 @@ return a file_id which gives a unique ID for a file given the device and inode numbers */ -static struct file_id file_id_create(SMB_DEV_T dev, SMB_INO_T inode) +struct file_id file_id_create(SMB_DEV_T dev, SMB_INO_T inode) { struct file_id key; /* the ZERO_STRUCT ensures padding doesn't break using the key as a |