X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/4d06b900cd27ba1bf01c3734d8e89cc599337564..5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d:/lib/base64.c?ds=sidebyside diff --git a/lib/base64.c b/lib/base64.c index d794182..7909b4f 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2007 Richard Kettlewell + * Copyright (C) 2005, 2007, 2008 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 @@ -38,7 +38,6 @@ static const char mime_base64_table[] = /** @brief Convert MIME base64 * @param s base64 data * @param nsp Where to store length of converted data - * @param table Table of characters to use * @return Decoded data * * See RFC @@ -51,6 +50,7 @@ char *mime_base64(const char *s, size_t *nsp) { /** @brief Convert base64 * @param s base64 data * @param nsp Where to store length of converted data + * @param table Table of characters to use * @return Decoded data * * @p table should consist of 65 characters. The first 64 will be used to