home *** CD-ROM | disk | FTP | other *** search
- #include "table.h"
-
- # ifdef ANSI
- int do_error(int );
- void draw_menu(struct optab *, int, int, int, int *, int *);
- void up_field(int *, int, int , struct ipf *, FIELD *);
- void down_field(int *, int, int , struct ipf *, FIELD *);
- # else
- int do_error();
- void draw_menu();
- void up_field();
- void down_field();
- # endif
-
-