uucode.h 230 B

123456789
  1. #ifndef __UUCODE_H__
  2. #define __UUCODE_H__
  3. #include <sprog.h>
  4. int uuencode_line(const struct sprog_data *d, char *dst, int *offset, int *checksum);
  5. void uudecode_line(struct sprog_data *d, const char *src, int *checksum);
  6. #endif