<<< Date Index >>>     <<< Thread Index >>>

Re: implicit declaration of function 'mutt_menu_init'



Hi,

* Vincent Lefevre wrote:
I get the following warning:

init.c: In function 'mutt_init':
init.c:2887: warning: implicit declaration of function 'mutt_menu_init'

This function is declared in "mutt_menu.h". So, init.c should include
this header file.

Sorry, my fault. The patch was only tested against a patched tree
providing it with some indirection (init.c -> pager.h -> attach.h ->
mutt_menu.h). Fixed, thanks for reporting.

Rocco