* symfile.c (separate_debug_file_exists): Update.
[deliverable/binutils-gdb.git] / gdb / observer.c
index 4944480df158e3f9c74d15078d9eb9511083324a..276ca7596b2816cbae7f1296eb08ca317f384ffc 100644 (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)
 {
This page took 0.023922 seconds and 4 git commands to generate.