gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index cecdfb2626bb735442bcc1be72e4e5230f55b7de..c5581744f9963b59c27e46dd45f5e020f7ddf52a 100644 (file)
@@ -469,8 +469,9 @@ static const struct serial_ops tcp_ops =
 
 #endif /* USE_WIN32API */
 
+void _initialize_ser_tcp ();
 void
-_initialize_ser_tcp (void)
+_initialize_ser_tcp ()
 {
 #ifdef USE_WIN32API
   /* Do nothing; the TCP serial operations will be initialized in
This page took 0.029448 seconds and 4 git commands to generate.