]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Don't use obsolete functions which are no longer declared in the header.
authorMartin Mares <mj@ucw.cz>
Wed, 13 Nov 2002 08:45:24 +0000 (08:45 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Nov 2002 08:45:24 +0000 (08:45 +0000)
client/client.c

index f3b5d697e22cdd0900d37dc637226cabd60a0e45..424e119dea834a0c39d39a860ae59c2208deeaa1 100644 (file)
@@ -127,7 +127,7 @@ void
 input_start_list(void)                 /* Leave the currently edited line and make space for listing */
 {
   _rl_move_vert(_rl_vis_botlin);
-  crlf();
+  rl_crlf();
 }
 
 void
@@ -155,7 +155,7 @@ input_complete(int arg, int key)
       break;
     default:
       complete_flag = 1;
-      ding();
+      rl_ding();
     }
   return 0;
 }