GNU libmicrohttpd
0.9.72
|
#include "base64.h"
Go to the source code of this file.
Functions | |
char * | BASE64Decode (const char *src) |
Variables | |
static const char | base64_digits [] |
char* BASE64Decode | ( | const char * | src | ) |
Definition at line 27 of file base64.c.
References base64_digits, and NULL.
Referenced by MHD_basic_auth_get_username_password().
|
static |
Definition at line 11 of file base64.c.
Referenced by BASE64Decode().