GNU libmicrohttpd
0.9.5
Main Page
Data Structures
Files
File List
Globals
base64.h
Go to the documentation of this file.
1
#ifndef BASE64_H
2
#define BASE64_H
3
4
#include "MHD_config.h"
5
6
char
*
BASE64Encode
(
const
char
* src);
7
char
*
BASE64Decode
(
const
char
* src);
8
9
#endif
/* !BASE64_H */
src
daemon
base64.h
Generated by
1.8.3.1