1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/dialogs
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
..
document.c Use document->cached in document_info_dialog and l_current_document 2006-12-10 03:14:36 +00:00
document.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
download.c Make instances of struct listbox_ops const. 2007-02-04 15:17:49 +02:00
download.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
edit.c Here is a framework that detects cases where a PO file assigns 2006-01-01 18:55:18 +02:00
edit.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
exmode.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
exmode.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
info.c Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
info.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
menu.c Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
menu.h Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
options.c Bug 827, display_codepage: Call option_changed. 2007-01-28 14:00:06 +02:00
options.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
progress.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
progress.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
status.c Add .cached to struct document 2006-12-10 03:11:04 +00:00
status.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00