doxygen cleanup
[disorder] / lib / base64.c
index 1a0dca2..c657cde 100644 (file)
@@ -37,6 +37,7 @@ static const char mime_base64_table[] =
 
 /** @brief Convert MIME base64
  * @param s base64 data
+ * @param nsp Where to store length of converted data
  * @return Decoded data
  *
  * See <a href="http://tools.ietf.org/html/rfc2045#section-6.8">RFC