diff options
Diffstat (limited to 'WWW/Library/Implementation/HTAnchor.h')
-rw-r--r-- | WWW/Library/Implementation/HTAnchor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTAnchor.h b/WWW/Library/Implementation/HTAnchor.h index 021a930d..c804aff5 100644 --- a/WWW/Library/Implementation/HTAnchor.h +++ b/WWW/Library/Implementation/HTAnchor.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTAnchor.h,v 1.36 2012/08/15 10:48:24 tom Exp $ + * $LynxId: HTAnchor.h,v 1.37 2013/10/02 23:21:55 tom Exp $ * * Hypertext "Anchor" Object HTAnchor.h * ========================== @@ -224,6 +224,8 @@ extern "C" { */ extern char *HTAnchor_address(HTAnchor * me); + extern char *HTAnchor_short_address(HTAnchor * me); + extern void HTAnchor_setFormat(HTParentAnchor *me, HTFormat form); |