Skip to content
Snippets Groups Projects

Feature 2648

Merged Alexandr Mruchok requested to merge feature-2648 into master
5 files
+ 119
34
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 22
0
#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __ANDROID__
#define LOG_PATH
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);
#endif
#ifdef __cplusplus
}
#endif
#endif // MAIN_H
Loading