X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fllib-lform;h=35941e975a9392725010c7af6f91829bb1ba262f;hp=4371d544ff5f833ee00c2bfe9c54053d644c9159;hb=0fbd5e192896b3e446832d0a451df2cec5f5ae40;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/form/llib-lform b/form/llib-lform index 4371d544..35941e97 100644 --- a/form/llib-lform +++ b/form/llib-lform @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * + * Copyright (c) 1998-2015,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -110,6 +110,11 @@ int set_current_field( FIELD *field) { return(*(int *)0); } +#undef unfocus_current_field +int unfocus_current_field( + FORM *const form) + { return(*(int *)0); } + #undef current_field FIELD *current_field( const FORM *form) @@ -458,6 +463,11 @@ int _nc_Synchronize_Options( Field_Options newopts) { return(*(int *)0); } +#undef _nc_Unset_Current_Field +void _nc_Unset_Current_Field( + FORM *form) + { /* void */ } + #undef _nc_Set_Current_Field int _nc_Set_Current_Field( FORM *form, @@ -795,8 +805,6 @@ FIELDTYPE *_nc_TYPE_IPV4(void) /* ./fty_num.c */ -#include - typedef struct { int precision; @@ -823,8 +831,6 @@ FIELDTYPE *_nc_TYPE_NUMERIC(void) /* ./fty_regex.c */ -#include - typedef struct { regex_t *pRegExp;