1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/cookies
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
..
cookies.c Route time_t-to-string conversions via time_print_T and TIME_PRINT_FORMAT. 2007-01-12 23:47:45 +02:00
cookies.h Bug 887: save_cookies reports errors if requested by the user. 2006-12-09 18:27:40 +02:00
dialogs.c Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile Fix parsetst building 2005-12-28 17:16:39 +01:00
parser.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
parser.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
parsetst.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00