Use bool instead of int in remove.*() functions 38/230838/3
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 14 Apr 2020 11:36:19 +0000 (13:36 +0200)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Wed, 15 Apr 2020 12:40:58 +0000 (14:40 +0200)
commit7f9dfb70a115d383d3a20d0a17cc0dcbd2c2c67e
treee94df52d1abcc14339237d55d9eea986a8e64df8
parent9274c50f31c9fde4b0bcb297271b49680e24548b
Use bool instead of int in remove.*() functions

In the modified places the int type was used as a bool, so the function
signatures were changed.

Change-Id: Ic172432c33c06d40c1f71ca8137606d7ea102acf
src/crash-manager/crash-manager.c
src/shared/util.c
src/shared/util.h