1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/formhist
Kalle Olavi Niemitalo 2b7788614f Type-check button arguments of msg_box.
Don't cast function pointers; calling functions via pointers of
incorrect types is not guaranteed to work.  Instead, define the
functions with the desired types, and make them cast the incoming
parameters.  Or define wrapper functions if the return types don't
match.

really_exit_prog wasn't being used outside src/dialogs/menu.c,
and I had to change its parameter type, so it's now static.
2007-03-10 23:50:56 +02:00
..
dialogs.c Make instances of struct listbox_ops const. 2007-02-04 15:17:49 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
formhist.c Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
formhist.h
Makefile