1 | /* libmondo-archive-EXT.h */
|
---|
2 |
|
---|
3 |
|
---|
4 | extern int archive_this_fileset(char *filelist,
|
---|
5 | char *fname, int setno);
|
---|
6 | extern int backup_data();
|
---|
7 | extern int call_mindi_to_supply_boot_disks();
|
---|
8 | extern bool can_we_fit_these_files_on_media(
|
---|
9 | char *files_to_add, ...);
|
---|
10 | extern int do_that_initial_phase();
|
---|
11 | extern int do_that_final_phase();
|
---|
12 | extern int figure_out_kernel_path_interactively_if_necessary(char *kernel);
|
---|
13 | extern int make_those_slices_phase();
|
---|
14 | extern int make_those_afios_phase();
|
---|
15 | extern int make_slices_and_images(
|
---|
16 | char *biggielist_fname);
|
---|
17 | extern int make_iso_fs(char *destfile);
|
---|
18 | extern int make_afioballs_and_images();
|
---|
19 | extern int (*move_files_to_cd) (char *, ...);
|
---|
20 | extern int _move_files_to_cd(char *, ...);
|
---|
21 | extern int (*move_files_to_stream) (char *, ...);
|
---|
22 | extern int _move_files_to_stream(
|
---|
23 | char *files_to_add, ...);
|
---|
24 | extern void pause_and_ask_for_cdr(int, bool *);
|
---|
25 | extern int slice_up_file_etc(
|
---|
26 | char *biggie_filename,
|
---|
27 | char *ntfsprog_fifo,
|
---|
28 | long biggie_file_number,
|
---|
29 | long noof_biggie_files,
|
---|
30 | bool use_ntfsprog);
|
---|
31 | extern int verify_data();
|
---|
32 | extern void wipe_archives(char *d);
|
---|
33 | extern int write_iso_and_go_on(bool last_cd);
|
---|
34 | extern int write_final_iso_if_necessary();
|
---|
35 | extern int call_growisofs(char *destfile);
|
---|
36 | extern int make_afioballs_and_images_SINGLETHREAD();
|
---|
37 | extern int archive_this_fileset_with_star(
|
---|
38 | char *filelist, char *fname,
|
---|
39 | int setno);
|
---|
40 | extern void setenv_mondo_share(void);
|
---|