flt.utils.muxer: add IWYU pragma
[babeltrace.git] / src / ctf-writer / functor.h
... / ...
CommitLineData
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_H
8#define BABELTRACE_CTF_WRITER_FUNCTOR_H
9
10#include <glib.h>
11#include "common/macros.h"
12
13void value_exists(gpointer element, gpointer search_query);
14
15#endif /* BABELTRACE_CTF_WRITER_FUNCTOR_H */
This page took 0.023129 seconds and 5 git commands to generate.