X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..cdabf44d4bf72678b402c0fd7dac394eb36513da:/lib/authhash.h diff --git a/lib/authhash.h b/lib/authhash.h index 8604a13..7b73d67 100644 --- a/lib/authhash.h +++ b/lib/authhash.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2006, 2007, 2008 Richard Kettlewell + * Copyright (C) 2004, 2006-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,8 +19,8 @@ #ifndef AUTHHASH_H #define AUTHHASH_H -const char *authhash(const void *challenge, size_t nchallenge, - const char *user, const char *algo); +char *authhash(const void *challenge, size_t nchallenge, + const char *user, const char *algo); int valid_authhash(const char *algo); #endif /* AUTHHASH_H */