Move to kernel style SPDX license identifiers
[babeltrace.git] / src / param-parse / param-parse.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016-2019 Philippe Proulx <pproulx@efficios.com>
5 */
6
7#ifndef SRC_PARAMS_PARSE_VALUE_PARSE_H
8#define SRC_PARAMS_PARSE_VALUE_PARSE_H
9
10#include <babeltrace2/babeltrace.h>
11
12#include <glib.h>
13
14#include "common/macros.h"
15
16BT_HIDDEN
17bt_value *bt_param_parse(const char *arg, GString *ini_error);
18
19#endif /* SRC_VALUE_PARSE_VALUE_PARSE_H */
This page took 0.022271 seconds and 4 git commands to generate.