Commit | Line | Data |
---|---|---|
273b65be | 1 | /* |
0235b0db | 2 | * SPDX-License-Identifier: MIT |
273b65be | 3 | * |
0235b0db | 4 | * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com> |
273b65be JG |
5 | */ |
6 | ||
0235b0db MJ |
7 | #ifndef BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H |
8 | #define BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H | |
9 | ||
273b65be | 10 | #include <glib.h> |
91d81473 | 11 | #include "common/macros.h" |
273b65be | 12 | |
273b65be JG |
13 | BT_HIDDEN |
14 | void value_exists(gpointer element, gpointer search_query); | |
15 | ||
16 | #endif /* BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H */ |