option-parser: replace int/0/1 with bool/false/true
authorEric Engestrom <eric@engestrom.ch>
Wed, 24 May 2017 20:23:15 +0000 (21:23 +0100)
committerDaniel Stone <daniels@collabora.com>
Mon, 4 Dec 2017 19:37:33 +0000 (19:37 +0000)
commit0c30fa5503d8d3508704c513a0ce3c24f764e103
tree27d85668f9ff8cd1323278962654a69f7e7403e7
parent58e056ab2d715113a8893ec16ed5c93ca72c68bd
option-parser: replace int/0/1 with bool/false/true

These are already used as bools by all callers, let's make that official.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Daniel Stone <daniels@collabora.com>
shared/option-parser.c