Fix: misplaced C++ ifdef
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 13 Sep 2012 20:27:43 +0000 (16:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Sep 2012 20:27:43 +0000 (16:27 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/ctf/iterator.h

index 449ddfeb370b1cd8baba7efce664c1046c8bb809..2395ef8895c17c99533c1497cd94610db7337173 100644 (file)
@@ -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 */
This page took 0.024393 seconds and 4 git commands to generate.