Renamed a variable in parse_args from not_miss to missing and changed code
[neverball] / ball / levels.h
index de59a7b..94df642 100644 (file)
@@ -13,14 +13,10 @@ void level_play(const struct level *, int);
 int  level_play_go(void);
 void level_next(void);
 
-void level_stop(int, int, int);
-int  level_dead(void);
+void level_stop(int, int, int, int);
 
 int  count_extra_balls(int, int);
 
-int  level_sort(int *, int *);
-int  level_done(int *, int *);
-       
 void level_update_player_name(void);
 
 /*---------------------------------------------------------------------------*/