Coda Distributed File System
lib-src
base
base64.h
Go to the documentation of this file.
1
/* BLURB lgpl
2
3
Coda File System
4
Release 6
5
6
Copyright (c) 1987-2003 Carnegie Mellon University
7
Additional copyrights listed below
8
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU Library General Public Licence Version 2, as
11
shown in the file LICENSE. The technical and financial contributors to
12
Coda are listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
17
#*/
18
19
#ifndef _BASE64_H_
20
#define _BASE64_H_
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#include <stdio.h>
27
28
void
coda_base64_encode
(FILE *out,
char
*in,
int
len);
29
void
coda_base64_decode
(FILE *in,
char
**out,
int
*len);
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
/* _BASE64_H_ */
coda_base64_decode
void coda_base64_decode(FILE *in, char **out, int *len)
Definition:
base64.c:57
coda_base64_encode
void coda_base64_encode(FILE *out, char *in, int len)
Definition:
base64.c:26
Generated by
1.9.4