gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / tracectf.c
index 374e9bbcc50723e42bdef2d0cd33219c121c8f03..1c7003c2c9a9707cde84672dc8fdd131d36dffdd 100644 (file)
@@ -1721,8 +1721,9 @@ ctf_target::traceframe_info ()
 
 /* module initialization */
 
+void _initialize_ctf ();
 void
-_initialize_ctf (void)
+_initialize_ctf ()
 {
 #if HAVE_LIBBABELTRACE
   add_target (ctf_target_info, ctf_target_open, filename_completer);
This page took 0.029341 seconds and 4 git commands to generate.