Move to kernel style SPDX license identifiers
[babeltrace.git] / src / ctf-writer / functor.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 */
6
7 #ifndef BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H
8 #define BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H
9
10 #include <glib.h>
11 #include "common/macros.h"
12
13 BT_HIDDEN
14 void value_exists(gpointer element, gpointer search_query);
15
16 #endif /* BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H */
This page took 0.029094 seconds and 4 git commands to generate.