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