aboutsummaryrefslogtreecommitdiff
path: root/form/frm_cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'form/frm_cursor.c')
-rw-r--r--form/frm_cursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/form/frm_cursor.c b/form/frm_cursor.c
index 8ff42bf85b7e..daa6c5b7775a 100644
--- a/form/frm_cursor.c
+++ b/form/frm_cursor.c
@@ -33,7 +33,7 @@
#include "form.priv.h"
-MODULE_ID("$Id: frm_cursor.c,v 1.11 2020/02/02 23:34:34 tom Exp $")
+MODULE_ID("$Id: frm_cursor.c,v 1.12 2020/05/24 01:40:20 anonymous.maarten Exp $")
/*---------------------------------------------------------------------------
| Facility : libnform
@@ -49,7 +49,7 @@ MODULE_ID("$Id: frm_cursor.c,v 1.11 2020/02/02 23:34:34 tom Exp $")
| E_BAD_ARGUMENT - Invalid form pointer
| E_NOT_POSTED - Form is not posted
+--------------------------------------------------------------------------*/
-NCURSES_EXPORT(int)
+FORM_EXPORT(int)
pos_form_cursor(FORM *form)
{
int res;