GNU libmicrohttpd
0.9.59
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
base64.h
Go to the documentation of this file.
1
/*
2
* This code implements the BASE64 algorithm.
3
* This code is in the public domain; do with it what you wish.
4
*
5
* @file base64.c
6
* @brief This code implements the BASE64 algorithm
7
* @author Matthieu Speder
8
*/
9
#ifndef BASE64_H
10
#define BASE64_H
11
12
#include "
platform.h
"
13
14
char
*
15
BASE64Decode
(
const
char
* src);
16
17
#endif
/* !BASE64_H */
platform.h
platform-specific includes for libmicrohttpd
BASE64Decode
char * BASE64Decode(const char *src)
Definition:
base64.c:27
src
microhttpd
base64.h
Generated by
1.8.5