summaryrefslogtreecommitdiff
path: root/source3/registry/reg_parse_prs.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10s3-registry: Remove unused prs_uint8()Andrew Bartlett1-1/+0
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
2011-03-31rep_parse_prs: remove some dead, unused code.Günther Deschner1-20/+0
Guenther
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-0/+101
The registry code is the only last user of this code. Move everything under registry/ and hope someone will get rid od it completely from there in the future. Signed-off-by: Günther Deschner <gd@samba.org>