diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-27 20:34:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-27 20:34:09 +0000 |
commit | 4a6be646c86e2125390a4043095bc74f33d7620f (patch) | |
tree | 33bf9b379d0e990e8d39662eab7fb13bbc16c3f4 /fetchmail.h | |
parent | 5b38ff25ee9bd1c11f7bc409b5ff249e37599e95 (diff) | |
download | fetchmail-4a6be646c86e2125390a4043095bc74f33d7620f.tar.gz fetchmail-4a6be646c86e2125390a4043095bc74f33d7620f.tar.bz2 fetchmail-4a6be646c86e2125390a4043095bc74f33d7620f.zip |
Nailed.
svn path=/trunk/; revision=1031
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index d7bc9f02..53f4ffa8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -247,6 +247,9 @@ void escapes(const char *, char *); void yyerror(const char *); int yylex(void); +void to64frombits(unsigned char *, const unsigned char *, int); +int from64tobits(char *, const char *); + #if defined(HAVE_VOIDPOINTER) #define XMALLOCTYPE void #else |