.gitignore: add some more IDE / tools related file
[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 BABELTRACE_PARAM_PARSE_PARAM_PARSE_H
8 #define BABELTRACE_PARAM_PARSE_PARAM_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 /* BABELTRACE_PARAM_PARSE_PARAM_PARSE_H */
This page took 0.043555 seconds and 5 git commands to generate.