X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fform.priv.h;h=4cf307135df60cb8554bfafdaa601f02d240f2a2;hp=048d9f84592e3f9b468e811703ad2c3fcc78a0ff;hb=643ec2bf782cd02efafe3ccdeaea8920a404645e;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3 diff --git a/form/form.priv.h b/form/form.priv.h index 048d9f84..4cf30713 100644 --- a/form/form.priv.h +++ b/form/form.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2021 Thomas E. Dickey * * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -31,7 +31,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: form.priv.h,v 0.47 2020/12/11 23:20:11 tom Exp $ */ +/* $Id: form.priv.h,v 0.48 2021/06/17 21:30:22 tom Exp $ */ #ifndef FORM_PRIV_H #define FORM_PRIV_H 1 @@ -202,12 +202,12 @@ extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_REGEXP(void); extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_IPV4(void); extern FORM_EXPORT(FIELDTYPE *) -_nc_generic_fieldtype(bool (*const field_check) (FORM*, - FIELD *, +_nc_generic_fieldtype(bool (*const field_check) (FORM*, + FIELD *, const void *), - bool (*const char_check) (int, - FORM*, - FIELD*, + bool (*const char_check) (int, + FORM*, + FIELD*, const void *), bool (*const next)(FORM*,FIELD*,const void*), bool (*const prev)(FORM*,FIELD*,const void*),