Berthold Stoeger 605e1e19ed Cleanup: const-ify functions taking pointers to events
This is another entry in the series to make more things
"const-clean" with the ultimate goal of merge_dive() take
const pointers.

This concerns functions taking pointers to events and
the fallout from making these const.

The somewhat debatable part of this commit might be
that get_next_event() is split in a two distinct
(const and non-const) versions with different names,
since C doesn't allow overloading. The linker should
recognize that these functions are identical and remove
one of them.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-08-23 05:16:38 -07:00
..
2018-07-18 02:09:15 +03:00
2018-07-18 02:09:15 +03:00
2018-08-23 05:16:38 -07:00
2018-01-31 14:47:26 +01:00
2017-04-29 13:32:55 -07:00
2018-01-08 09:52:55 +02:00
2018-08-23 05:16:38 -07:00
2018-05-27 23:18:01 +03:00
2018-08-23 05:16:38 -07:00
2018-08-23 05:16:38 -07:00
2018-07-12 08:08:00 -07:00
2018-08-23 05:16:38 -07:00
2018-08-23 05:16:38 -07:00
2017-04-29 13:32:55 -07:00
2018-08-23 05:16:38 -07:00
2018-08-12 15:37:21 -07:00
2018-05-30 21:47:07 -07:00
2017-04-29 13:32:55 -07:00
2017-10-04 08:05:09 -07:00
2017-04-29 13:32:55 -07:00
2017-04-29 13:32:55 -07:00
2018-08-14 14:13:52 -07:00