Something went wrong on our end
-
35ca19c3
cellframe_node.h 292 B
#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
int cellframe_node_Main(int argc, const char **argv);
int cellframe_node__cli_Main(int argc, const char *argv[]);
int cellframe_node_tool_Main(int argc, const char **argv);
#ifdef __cplusplus
}
#endif
#endif // MAIN_H