summaryrefslogtreecommitdiff
path: root/source3/param/util.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-1/+1
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2007-11-30Move param helper routines to one place.Günther Deschner1-0/+50
Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685)