Libecoli 0.3.0
Extensible COmmand LIne library
Loading...
Searching...
No Matches
ecoli_node_helper.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3 */
4
12#ifndef ECOLI_NODE_HELPERS_
13#define ECOLI_NODE_HELPERS_
14
15#include <stdarg.h>
16#include <stddef.h>
17
18#include <ecoli_config.h>
19
20struct ec_node;
21
41struct ec_node **
43 size_t *len);
44
63struct ec_config *
65
66#endif
67
struct ec_node ** ec_node_config_node_list_to_table(const struct ec_config *config, size_t *len)
struct ec_config * ec_node_config_node_list_from_vargs(va_list ap)
struct ec_node * ec_node(const char *typename, const char *id)