X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..de37b64085838de48894200ae2b9d49417668a76:/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 */