• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...