Move to kernel style SPDX license identifiers
[babeltrace.git] / src / ctf-writer / functor.h
CommitLineData
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
13BT_HIDDEN
14void value_exists(gpointer element, gpointer search_query);
15
16#endif /* BABELTRACE_CTF_WRITER_FUNCTOR_INTERNAL_H */
This page took 0.077089 seconds and 4 git commands to generate.