* strerror.c: Revert last change. Declare static sys_nerr
[deliverable/binutils-gdb.git] / gdb / remote-rdp.c
index a9dba9ab4013cf965160964b18dbcf364cd650df..6cbf73cbe8a428fa130ff42f78c353fdf7945fa2 100644 (file)
@@ -374,7 +374,7 @@ rdp_init (int cold, int tty)
 }
 
 
-void
+static void
 send_rdp (char *template,...)
 {
   char buf[200];
@@ -1403,6 +1403,8 @@ init_remote_rdp_ops (void)
   remote_rdp_ops.to_magic = OPS_MAGIC;
 }
 
+extern initialize_file_ftype _initialize_remote_rdp; /* -Wmissing-prototypes */
+
 void
 _initialize_remote_rdp (void)
 {
This page took 0.023457 seconds and 4 git commands to generate.