]> andersk Git - openssh.git/blob - uuencode.h
- Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
[openssh.git] / uuencode.h
1 #ifndef UUENCODE_H
2 #define UUENCODE_H
3 int     uuencode(unsigned char *src, unsigned int srclength, char *target, size_t targsize);
4 int     uudecode(const char *src, unsigned char *target, size_t targsize);
5 void    dump_base64(FILE *fp, unsigned char *data, int len);
6 #endif
This page took 0.03565 seconds and 5 git commands to generate.