* ada-lang.c (ada_index_type): Update comment.
[deliverable/binutils-gdb.git] / gdb / observer.c
index 8a059c1f6a96410895a90b76720fa8587ad892fb..106bfcd1521ad623d299e82047425cad05c8bdde 100644 (file)
@@ -181,19 +181,19 @@ int observer_test_second_observer = 0;
 int observer_test_third_observer = 0;
 
 void
-observer_test_first_notification_function (struct bpstats *bs)
+observer_test_first_notification_function (int arg)
 {
   observer_test_first_observer++;
 }
 
 void
-observer_test_second_notification_function (struct bpstats *bs)
+observer_test_second_notification_function (int arg)
 {
   observer_test_second_observer++;
 }
 
 void
-observer_test_third_notification_function (struct bpstats *bs)
+observer_test_third_notification_function (int arg)
 {
   observer_test_third_observer++;
 }
This page took 0.025318 seconds and 4 git commands to generate.