diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-29 13:01:29 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-29 13:01:29 -0400 |
commit | 83824f14360f92f8a3a47ac5f136bb077b141065 (patch) | |
tree | 9b21f7145d93e54ad67f57e8807f20493dfcbc3d /src/LYLocal.h | |
parent | 5be99e2ee1a17028574fcbd90b9ba2c09555585e (diff) | |
download | lynx-snapshots-83824f14360f92f8a3a47ac5f136bb077b141065.tar.gz |
snapshot of project "lynx", label v2-8-3_3
Diffstat (limited to 'src/LYLocal.h')
-rw-r--r-- | src/LYLocal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/LYLocal.h b/src/LYLocal.h index 029718d1..143e3914 100644 --- a/src/LYLocal.h +++ b/src/LYLocal.h @@ -35,11 +35,16 @@ extern char LYPermitFileURL[]; extern char LYDiredFileURL[]; extern char LYUploadFileURL[]; +#ifdef OK_INSTALL +extern char LYInstallFileURL[]; +#endif extern BOOLEAN local_create PARAMS((document *doc)); extern BOOLEAN local_modify PARAMS((document *doc, char **newpath)); extern BOOLEAN local_remove PARAMS((document *doc)); +#ifdef OK_INSTALL extern BOOLEAN local_install PARAMS((char *destpath, char *srcpath, char **newpath)); +#endif /* MainLoop needs to know about this one for atexit cleanup */ extern void clear_tags NOPARAMS; |