diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-27 23:28:34 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-27 23:28:34 +0000 |
commit | 43fc651e94bcf7d44a7d7f17d9a1522c88fcd7b4 (patch) | |
tree | f3b2887097374e212366342f61bb0fe408f77f35 /src/LYUtils.h | |
parent | 45a822266a7ca24e711a0434398f3d0c77fd5e02 (diff) | |
download | lynx-snapshots-43fc651e94bcf7d44a7d7f17d9a1522c88fcd7b4.tar.gz |
snapshot of project "lynx", label v2-8-9dev_17a
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r-- | src/LYUtils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h index 9e228303..d15a8169 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.h,v 1.99 2018/03/01 22:14:42 Takeshi.Hataguchi Exp $ */ +/* $LynxId: LYUtils.h,v 1.100 2018/03/27 21:19:21 tom Exp $ */ #ifndef LYUTILS_H #define LYUTILS_H @@ -122,15 +122,12 @@ extern "C" { #define restorePoundSelector(pound) if ((pound) != NULL) *(pound) = '#' extern BOOL strn_dash_equ(const char *p1, const char *p2, int len); - extern BOOLEAN LYAddSchemeForURL(char **AllocatedString, const char *default_scheme); extern BOOLEAN LYCachedTemp(char *result, char **cached); extern BOOLEAN LYCanDoHEAD(const char *address); extern BOOLEAN LYCanReadFile(const char *name); extern BOOLEAN LYCanWriteFile(const char *name); extern BOOLEAN LYCloseInput(FILE *fp); extern BOOLEAN LYCloseOutput(FILE *fp); - extern BOOLEAN LYExpandHostForURL(char **AllocatedString, - char *prefix_list, char *suffix_list); extern BOOLEAN LYFixCursesOnForAccess(const char *addr, const char *physical); extern BOOLEAN LYPathOffHomeOK(char *fbuffer, size_t fbuffer_size); extern BOOLEAN LYValidateFilename(bstring **result, bstring **given); |