source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/newt-specific.h@ 2708

Last change on this file since 2708 was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1/* newt-specific.h
2 * $Id: newt-specific.h 2708 2011-01-27 18:31:44Z bruno $
3 */
4
5
6#ifndef H_NEWT
7#include <newt.h>
8#endif
9
10bool ask_me_yes_or_no (char *prompt);
11bool ask_me_OK_or_cancel (char *prompt);
12void close_evalcall_form (void);
13void close_progress_form ();
14void fatal_error (char *error_string);
15void finish (int signal);
16void mvaddstr_and_log_it (int y, int x, char *output);
17void log_file_end_to_screen (char *filename, char *grep_for_me);
18void log_to_screen (const char *fmt, ...);
19void open_evalcall_form (char *title);
20void open_progress_form (char *title, char *b1, char *b2, char *b3, long max_val);
21void popup_and_OK (char *prompt);
22bool popup_and_get_string (char *title, char *b, char *output, int maxsize);
23bool popup_with_buttons (char *p, char *button1, char *button2);
24void refresh_log_screen ();
25void setup_newt_stuff ();
26void update_evalcall_form_ratio (int num, int denom);
27void update_evalcall_form (int curr);
28void update_progress_form (char *blurb3);
29void update_progress_form_full (char *blurb1, char *blurb2, char *blurb3);
30
31
32
33
34
35
36t_bkptype which_backup_media_type (bool);
37int which_compression_level ();
38
39
40void popup_changelist_from_file(char*source_file);
Note: See TracBrowser for help on using the repository browser.