|
Last change
on this file since 2409 was 300, checked in by bcornec, 20 years ago |
|
merge -r295:299 $SVN_M/branches/2.06
|
-
Property svn:keywords
set to
Id
|
|
File size:
706 bytes
|
| Line | |
|---|
| 1 | /* libmondo-fork.h
|
|---|
| 2 | * $Id: libmondo-fork.h 300 2006-01-11 13:20:38Z bcornec $
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | char *call_program_and_get_last_line_of_output(char *call);
|
|---|
| 8 | int run_program_and_log_to_screen(char *basic_call, char *what_i_am_doing);
|
|---|
| 9 | int run_program_and_log_output(char *program, int);
|
|---|
| 10 | int eval_call_to_make_ISO(struct s_bkpinfo *bkpinfo,
|
|---|
| 11 | char *basic_call, char *isofile,
|
|---|
| 12 | int cd_no, char *logstub, char *what_i_am_doing);
|
|---|
| 13 |
|
|---|
| 14 | int run_external_binary_with_percentage_indicator_OLD(char *tt, char *cmd);
|
|---|
| 15 | int run_external_binary_with_percentage_indicator_NEW(char *tt, char *cmd);
|
|---|
| 16 | int copy_from_src_to_dest(FILE *, FILE *, char);
|
|---|
| 17 | int feed_into_ntfsprog(char *input_device, char *output_fname);
|
|---|
| 18 | int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.