summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-17 00:26:12 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-17 00:26:12 +0800
commitdb34044c7fdfcdf85a2606b686d60910e1ff36b6 (patch)
tree902f505d9ea4a4c613892e9bf296be0dbb74f07f /algo.h
parent036edd62068e3ad68aa5d15c10bc8b505fbe2396 (diff)
ENABLE_USER_ALGO_LIST should work for the client
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algo.h b/algo.h
index 73712c3..ad57037 100644
--- a/algo.h
+++ b/algo.h
@@ -89,7 +89,7 @@ algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
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