gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / procfs.c
index a59e32c6d7ad315527e4d2cb14cf826c20ec740c..09a036f90b987b62d41dd9c699a759a755510f00 100644 (file)
@@ -3700,8 +3700,9 @@ proc_untrace_sysexit_cmd (const char *args, int from_tty)
   proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_RESET);
 }
 
+void _initialize_procfs ();
 void
-_initialize_procfs (void)
+_initialize_procfs ()
 {
   gdb::observers::inferior_created.attach (procfs_inferior_created);
 
This page took 0.0258 seconds and 4 git commands to generate.