Last change
on this file since 1150 was 296, checked in by andree, 19 years ago |
Replaced partimagehack with ntfsclone from ntfsprogs package. Replaced
all occurrences of strings 'partimagehack' and 'partimage' with 'ntfsprog'.
|
-
Property svn:keywords
set to
Id
|
File size:
815 bytes
|
Line | |
---|
1 | /* libmondo-fork-EXT.h */
|
---|
2 |
|
---|
3 | extern char *call_program_and_get_last_line_of_output(char *call);
|
---|
4 | extern int run_program_and_log_to_screen(char *basic_call,
|
---|
5 | char *what_i_am_doing);
|
---|
6 | extern int run_program_and_log_output(char *program, int);
|
---|
7 | extern int eval_call_to_make_ISO(struct s_bkpinfo *bkpinfo,
|
---|
8 | char *basic_call, char *isofile,
|
---|
9 | int cd_no, char *logstub,
|
---|
10 | char *what_i_am_doing);
|
---|
11 | extern int run_external_binary_with_percentage_indicator_OLD(char *tt,
|
---|
12 | char *cmd);
|
---|
13 | extern int run_external_binary_with_percentage_indicator_NEW(char *tt,
|
---|
14 | char *cmd);
|
---|
15 | extern int copy_from_src_to_dest(FILE *, FILE *, char);
|
---|
16 | extern int feed_into_ntfsprog(char *input_device, char *output_fname);
|
---|
17 | extern int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.