summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_shares.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-1/+1
Michael
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-2/+2
This paves the way for hiding the typedef and the implementation from the surface. Michael
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-2/+2
This paves the way for hiding the typedef and the implementation from the surface. Michael
2008-01-21Rename reg_shares.c to reg_backend_shares.cMichael Adam1-0/+164
Michael (This used to be commit aaf33ae5b8bfaefd2342c9ce6363577ce7c0c4f1)