XEphem/liblilxml/base64.h

8 lines
260 B
C

extern int to64frombits(unsigned char *out, const unsigned char *in,
int inlen);
extern int from64tobits(char *out, const char *in);
/* For RCS Only -- Do Not Edit
* @(#) $RCSfile: base64.h,v $ $Date: 2005/03/14 20:25:43 $ $Revision: 1.2 $ $Name: $
*/