• Max Kellermann's avatar
    conf: make get_bool() return a bool · 5d583c9b
    Max Kellermann authored
    Instead of returning an artificial three-state integer, return a
    "success" value and put the boolean value into a "bool" pointer.
    That's a little bit more overhead, but an API which looks more
    natural.
    5d583c9b
conf.h 5.23 KB