-void get_line P_((int length, unsigned char *in_string, int *append));
-void draw_screen P_((void));
-void finish P_((void));
-int quit P_((int noverify));
-void edit_abort P_((int arg));
-void delete_text P_((void));
-int write_file P_((char *file_name, int warn_if_exists));
-int search P_((int display_message));
-void search_prompt P_((void));
-void del_char P_((void));
-void undel_char P_((void));
-void del_word P_((void));
-void undel_word P_((void));
-void del_line P_((void));
-void undel_line P_((void));
-void adv_word P_((void));
-void move_rel P_((int direction, int lines));
-void eol P_((void));
-void bol P_((void));
-void adv_line P_((void));
-void sh_command P_((char *string));
-void set_up_term P_((void));
-void resize_check P_((void));
-int menu_op P_((struct menu_entries *));
-void paint_menu P_((struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size));
+void get_line (int length, unsigned char *in_string, int *append);
+void draw_screen (void);
+void finish (void);
+int quit (int noverify);
+void edit_abort (int arg);
+void delete_text (void);
+int write_file (char *file_name, int warn_if_exists);
+int search (int display_message);
+void search_prompt (void);
+void del_char (void);
+void undel_char (void);
+void del_word (void);
+void undel_word (void);
+void del_line (void);
+void undel_line (void);
+void adv_word (void);
+void move_rel (int direction, int lines);
+void eol (void);
+void bol (void);
+void adv_line (void);
+void sh_command (char *string);
+void set_up_term (void);
+void resize_check (void);
+int menu_op (struct menu_entries *);
+void paint_menu (struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size);