X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fiterator.h;h=2395ef8895c17c99533c1497cd94610db7337173;hp=449ddfeb370b1cd8baba7efce664c1046c8bb809;hb=953bcd8957c2230a42f1e456b4f375cdabd6d861;hpb=c5e6c71bad2546b4207e1aede426058062010894 diff --git a/include/babeltrace/ctf/iterator.h b/include/babeltrace/ctf/iterator.h index 449ddfeb..2395ef88 100644 --- a/include/babeltrace/ctf/iterator.h +++ b/include/babeltrace/ctf/iterator.h @@ -74,10 +74,6 @@ void bt_ctf_iter_destroy(struct bt_ctf_iter *iter); */ struct bt_ctf_event *bt_ctf_iter_read_event(struct bt_ctf_iter *iter); -#ifdef __cplusplus -} -#endif - /* * bt_ctf_iter_read_event_flags: Read the iterator's current event data. * @@ -100,4 +96,8 @@ struct bt_ctf_event *bt_ctf_iter_read_event_flags(struct bt_ctf_iter *iter, */ uint64_t bt_ctf_get_lost_events_count(struct bt_ctf_iter *iter); +#ifdef __cplusplus +} +#endif + #endif /* _BABELTRACE_CTF_ITERATOR_H */