2012-03-01 Pedro Alves <palves@redhat.com>

* observer.c (observer_test_first_notification_function)
	(observer_test_second_notification_function)
	(observer_test_third_notification_function): Add declarations.
This commit is contained in:
Pedro Alves 2012-03-01 21:12:05 +00:00
parent ed01b82c02
commit 44d0cd3be3
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-03-01 Pedro Alves <palves@redhat.com>
* observer.c (observer_test_first_notification_function)
(observer_test_second_notification_function)
(observer_test_third_notification_function): Add declarations.
2012-03-01 Pedro Alves <palves@redhat.com>
* common/signals.c (default_target_signal_to_host)

View File

@ -181,6 +181,11 @@ int observer_test_first_observer = 0;
int observer_test_second_observer = 0;
int observer_test_third_observer = 0;
/* Provide prototypes to silence -Wmissing-prototypes. */
extern void observer_test_first_notification_function (int arg);
extern void observer_test_second_notification_function (int arg);
extern void observer_test_third_notification_function (int arg);
void
observer_test_first_notification_function (int arg)
{