Magellan Linux

Diff of /tags/mkinitrd-6_2_0/libbb/ask_confirmation.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 11  Line 11 
11   * return 1.  Otherwise return 0.   * return 1.  Otherwise return 0.
12   */   */
13    
 #include <stdio.h>  
 #include <ctype.h>  
14  #include "libbb.h"  #include "libbb.h"
15    
16  int bb_ask_confirmation(void)  int FAST_FUNC bb_ask_confirmation(void)
17  {  {
18   int retval = 0;   int retval = 0;
19   int first = 1;   int first = 1;

Legend:
Removed from v.532  
changed lines
  Added in v.816