diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-30 17:24:31 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-30 17:24:31 -0500 |
commit | 327b7c16889c9d95ec076d695c970da11dc32a2b (patch) | |
tree | 91a9c864c60dfff69efe63d4cca7aab0b4754d6d /src/GridText.h | |
parent | 79de405977ac0d7820576b353dde07ce09cedba9 (diff) | |
download | lynx-snapshots-327b7c16889c9d95ec076d695c970da11dc32a2b.tar.gz |
snapshot of project "lynx", label v2-8-2dev_21
Diffstat (limited to 'src/GridText.h')
-rw-r--r-- | src/GridText.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GridText.h b/src/GridText.h index b431d422..c328202e 100644 --- a/src/GridText.h +++ b/src/GridText.h @@ -271,4 +271,7 @@ extern void HText_ExpandTextarea PARAMS(( extern int HText_InsertFile PARAMS(( struct link * form_link)); +extern void redraw_lines_of_link PARAMS((int cur)); +extern void HTMark_asSource NOPARAMS; + #endif /* LYGRIDTEXT_H */ |