gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / value.c
index 53b51755d1d9d032d8deb904ae6344d202be5254..ceaeb835fa7ffbe581d52da7c1e72820ec836c51 100644 (file)
@@ -4127,8 +4127,9 @@ test_insert_into_bit_range_vector ()
 } /* namespace selftests */
 #endif /* GDB_SELF_TEST */
 
+void _initialize_values ();
 void
-_initialize_values (void)
+_initialize_values ()
 {
   add_cmd ("convenience", no_class, show_convenience, _("\
 Debugger convenience (\"$foo\") variables and functions.\n\
This page took 0.025255 seconds and 4 git commands to generate.