summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/uuencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/uuencode.h')
-rw-r--r--crypto/openssh/uuencode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/openssh/uuencode.h b/crypto/openssh/uuencode.h
new file mode 100644
index 0000000..c92c627
--- /dev/null
+++ b/crypto/openssh/uuencode.h
@@ -0,0 +1,6 @@
+#ifndef UUENCODE_H
+#define UUENCODE_H
+int uuencode(unsigned char *src, unsigned int srclength, char *target, size_t targsize);
+int uudecode(const char *src, unsigned char *target, size_t targsize);
+void dump_base64(FILE *fp, unsigned char *data, int len);
+#endif
OpenPOWER on IntegriCloud