diff algo.h @ 683:63f8d6c469cf

ENABLE_USER_ALGO_LIST should work for the client
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 May 2012 00:26:12 +0800
parents 4edea9f363d0
children 3062da90dab8 b07eb3dc23ec
line wrap: on
line diff
--- a/algo.h	Thu May 17 00:12:42 2012 +0800
+++ b/algo.h	Thu May 17 00:26:12 2012 +0800
@@ -89,7 +89,7 @@
 		int *goodguess);
 
 #ifdef ENABLE_USER_ALGO_LIST
-int check_user_algos(char* user_algo_list, algo_type * algos, 
+int check_user_algos(const char* user_algo_list, algo_type * algos, 
 		const char *algo_desc);
 char * algolist_string(algo_type algos[]);
 #endif