cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / param-parse / param-parse.h
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
16 bt_value *bt_param_parse(const char *arg, GString *ini_error);
17
18 #endif /* SRC_VALUE_PARSE_VALUE_PARSE_H */
This page took 0.032328 seconds and 5 git commands to generate.