main: Add prototype for _shell_link_to_shell_js()

It's pointless to have a prototype for a dummy function, but at
least on F17, gcc's -Werror includes -Wmissing-prototypes ...

https://bugzilla.gnome.org/show_bug.cgi?id=676347
This commit is contained in:
Florian Müllner 2012-05-19 01:49:35 +02:00
parent 3c81e9f0e7
commit 850b6f28e5

View File

@ -350,6 +350,7 @@ main (int argc, char **argv)
This function is never actually called.
https://bugzilla.gnome.org/show_bug.cgi?id=670477
*/
void _shell_link_to_shell_js (void);
void
_shell_link_to_shell_js (void)