Browse Source

Fix external scrypt algo missing.

Con Kolivas 13 years ago
parent
commit
861f4329b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-cpu.h

+ 1 - 0
driver-cpu.h

@@ -60,5 +60,6 @@ extern void show_algo(char buf[OPT_SHOW_LEN], const enum sha256_algos *algo);
 extern char *force_nthreads_int(const char *arg, int *i);
 extern void init_max_name_len();
 extern double bench_algo_stage3(enum sha256_algos algo);
+extern void set_scrypt_algo(enum sha256_algos *algo);
 
 #endif /* __DEVICE_CPU_H__ */