#ifndef __UUCODE_H__ #define __UUCODE_H__ #include int uuencode_line(const struct sprog_data *d, char *dst, int *offset, int *checksum); void uudecode_line(struct sprog_data *d, const char *src, int *checksum); #endif