summaryrefslogtreecommitdiff
path: root/src/ui/linkinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/linkinfo.h')
-rw-r--r--src/ui/linkinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/linkinfo.h b/src/ui/linkinfo.h
index a1669f95..38b90b87 100644
--- a/src/ui/linkinfo.h
+++ b/src/ui/linkinfo.h
@@ -41,5 +41,7 @@ iBool update_LinkInfo (iLinkInfo *, const iGmDocument *doc, iGmLinkId link
41 int maxWidth); /* returns true if changed */ 41 int maxWidth); /* returns true if changed */
42void invalidate_LinkInfo (iLinkInfo *); 42void invalidate_LinkInfo (iLinkInfo *);
43 43
44void infoText_LinkInfo (const iGmDocument *doc, iGmLinkId linkId, iString *text_out);
45
44iInt2 size_LinkInfo (const iLinkInfo *); 46iInt2 size_LinkInfo (const iLinkInfo *);
45void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft); 47void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft);