diff options
Diffstat (limited to 'src/GridText.h')
-rw-r--r-- | src/GridText.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GridText.h b/src/GridText.h index 0e2956a7..e2887925 100644 --- a/src/GridText.h +++ b/src/GridText.h @@ -260,12 +260,12 @@ extern BOOL HText_AreDifferent PARAMS(( CONST char * full_address)); extern int HText_ExtEditForm PARAMS(( - struct link * form_link)); + LinkInfo * form_link)); extern void HText_ExpandTextarea PARAMS(( - struct link * form_link, + LinkInfo * form_link, int newlines)); extern int HText_InsertFile PARAMS(( - struct link * form_link)); + LinkInfo * form_link)); extern void redraw_lines_of_link PARAMS((int cur)); extern void LYMoveToLink PARAMS(( |