mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-22 22:42:53 -05:00
Add support for new style algorithm names.
This commit is contained in:
@@ -94,7 +94,8 @@ extern enum AlgoVariant opt_av;
|
||||
void parse_cmdline(int argc, char *argv[]);
|
||||
void show_usage_and_exit(int status);
|
||||
void show_version_and_exit(void);
|
||||
const char* get_current_algo_name(void);
|
||||
const char *get_current_algo_name(void);
|
||||
const char *get_current_variant_name(void);
|
||||
|
||||
extern void proper_exit(int reason);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user