diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-18 23:15:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-18 23:15:18 -0400 |
commit | 5be99e2ee1a17028574fcbd90b9ba2c09555585e (patch) | |
tree | 1bfb6d74bcc359caef514b87d4fa3efef62dfe97 /src/LYStrings.h | |
parent | c7bfda903760e4bd0d0d8327560f6dee5e1dc059 (diff) | |
download | lynx-snapshots-5be99e2ee1a17028574fcbd90b9ba2c09555585e.tar.gz |
snapshot of project "lynx", label v2-8-3dev_2
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r-- | src/LYStrings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYStrings.h b/src/LYStrings.h index 4333b760..33e38a67 100644 --- a/src/LYStrings.h +++ b/src/LYStrings.h @@ -77,6 +77,10 @@ extern char * SNACat PARAMS(( extern char *LYSafeGets PARAMS((char ** src, FILE * fp)); +#ifdef EXP_FILE_UPLOAD +extern void base64_encode PARAMS((char * dest, char * src, int len)); +#endif + /* values for LYgetch */ /* The following are lynxkeycodes, not to be confused with lynxactioncodes (LYK_*) to which they are often mapped. |