cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[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 void value_exists(gpointer element, gpointer search_query);
14
15 #endif /* BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H */
This page took 0.032106 seconds and 5 git commands to generate.