summaryrefslogtreecommitdiff
path: root/lib/randread.h
AgeCommit message (Collapse)Author
2006-10-06Avoid a compiler warning: const'ify and remove a cast.Jim Meyering
* randread.c (struct randread_source) [handler]: Make parameter "const". [handler_arg]: Add "const" attribute. (randread_error): Make parameter "const". (simple_new, randread_set_handler, randread_set_handler_arg): Likewise. (randread_new): Remove now-unnecessary cast. * randread.h: Adjust prototypes.
2006-08-08New file, introduced for shuf, sort -R, and/or shred.Paul Eggert