aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/base64.h
blob: 4bd0b1c6f6a0b65f9d1b726e1c0092fa5690bf57 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef BASE64_H
#define BASE64_H

#include "MHD_config.h"

char* BASE64Encode(const char* src);
char* BASE64Decode(const char* src);

#endif /* !BASE64_H */