aboutsummaryrefslogtreecommitdiff
path: root/util/util.h
AgeCommit message (Collapse)Author
2018-01-04fix typosDaniel Kahn Gillmor
2014-04-12util: add gz_readlineDavid Bremner
The idea is to provide a more or less drop in replacement for readline to read from zlib/gzip streams. Take the opportunity to replace malloc with talloc.