diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 1a55bef428..c80c029f3e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1853,4 +1853,9 @@ enum usershare_err { /* Different reasons for closing a file. */ enum file_close_type {NORMAL_CLOSE=0,SHUTDOWN_CLOSE,ERROR_CLOSE}; +struct tdb_keyed_iterator { + struct tdb_context *tdb; + TDB_DATA key; +}; + #endif /* _SMB_H */ |