summaryrefslogblamecommitdiff
path: root/games/xpipeman/files/patch-aa
blob: 0965482aea94f72e2c6b3e0de2f83376fa60a176 (plain) (tree)
1
2
3
4
5
6
7

                                                
               


                            
  








                                                    
                    

                       
               
              















                                 
                






                                         
                






                                         
*** score.c.orig	Fri Sep 13 16:32:12 1991
--- score.c	Sun Apr 12 12:33:16 1998
***************
*** 50,56 ****
  #include <X11/Xaw/Label.h>
  #endif
  
! #include <X11/Xos.h>	/* brings in <sys/file.h> */
  #include <stdio.h>
  #include "xpipeman.h"
  
--- 50,56 ----
  #include <X11/Xaw/Label.h>
  #endif
  
! #include <sys/file.h>
  #include <stdio.h>
  #include "xpipeman.h"
  
***************
*** 64,70 ****
  
  static SCORE scores[MAXSCORES];
  
! void 	show_scores(), 
  	new_high_score(), 
  	load_scores(), 
  	write_out_scores();
--- 64,70 ----
  
  static SCORE scores[MAXSCORES];
  
! static void 	show_scores(), 
  	new_high_score(), 
  	load_scores(), 
  	write_out_scores();
***************
*** 198,204 ****
  
  
  /*ARGSUSED*/
! static XtCallbackProc 
  popdown_callback(w, closure, call_data)
    Widget w;
    caddr_t closure;
--- 198,204 ----
  
  
  /*ARGSUSED*/
! static void
  popdown_callback(w, closure, call_data)
    Widget w;
    caddr_t closure;