summaryrefslogtreecommitdiff
path: root/crashrep/source/win32/base64.h
blob: 39dd1f88b1b356dfe61a9b8c0fd4990bf1803909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __BASE64_H
#define __BASE64_H

#ifndef _INC_STDIO
#include <stdio.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif

size_t base64_encode( FILE *fin, FILE *fout );

#ifdef __cplusplus
}
#endif

#endif /* __BASE64_H */