X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_bt_notification_heap.c;h=d4767b1b93f5e7b0401777079756373480e615c0;hb=8c1a31877fff7db51d0d852923e2c3ab90b50622;hp=bacce9f6ce0f0b1778f32564e6664f112e90d538;hpb=33b34c437c354e1c065e33151135bc2e57e2e29c;p=babeltrace.git diff --git a/tests/lib/test_bt_notification_heap.c b/tests/lib/test_bt_notification_heap.c index bacce9f6..d4767b1b 100644 --- a/tests/lib/test_bt_notification_heap.c +++ b/tests/lib/test_bt_notification_heap.c @@ -20,13 +20,12 @@ */ #include "tap/tap.h" -#include #include -#include +#include #include -#include -#include -#include +#include +#include +#include #define NR_TESTS 7 @@ -71,7 +70,7 @@ error: } static -bool compare_notifications(struct bt_notification *a, struct bt_notification *b, +bt_bool compare_notifications(struct bt_notification *a, struct bt_notification *b, void *unused) { uint64_t val_a = ((struct dummy_notification *) a)->value;