From bf0ab54638a5ef969749f6ceae30e864f9556ea8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 25 Feb 2021 18:22:00 +0100 Subject: Vendor import ncurses 6.2-20210220 --- form/fld_ftlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'form/fld_ftlink.c') diff --git a/form/fld_ftlink.c b/form/fld_ftlink.c index afa488b3f5cb..3d8af84de999 100644 --- a/form/fld_ftlink.c +++ b/form/fld_ftlink.c @@ -33,7 +33,7 @@ #include "form.priv.h" -MODULE_ID("$Id: fld_ftlink.c,v 1.16 2020/02/02 23:34:34 tom Exp $") +MODULE_ID("$Id: fld_ftlink.c,v 1.17 2020/05/24 01:40:20 anonymous.maarten Exp $") /*--------------------------------------------------------------------------- | Facility : libnform @@ -49,7 +49,7 @@ MODULE_ID("$Id: fld_ftlink.c,v 1.16 2020/02/02 23:34:34 tom Exp $") | | Return Values : Fieldtype pointer or NULL if error occurred. +--------------------------------------------------------------------------*/ -NCURSES_EXPORT(FIELDTYPE *) +FORM_EXPORT(FIELDTYPE *) link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) { FIELDTYPE *nftyp = (FIELDTYPE *)0; -- cgit v1.2.3