pkgconf/cli
Dylan Baker f5d6bb71f8 libpkgconf: remove const modifier from error_handler data pointer
Currently, the data pointer is `const void *`, which means that the
handler can't modify the data without casting away the constness.
2022-02-07 09:34:09 -08:00
..
getopt_long.c build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00
getopt_long.h build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00
main.c libpkgconf: remove const modifier from error_handler data pointer 2022-02-07 09:34:09 -08:00
renderer-msvc.c build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00
renderer-msvc.h build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00