Ignore:
Timestamp:
Mar 7, 2024, 11:01:16 AM (3 months ago)
Author:
Bruno Cornec
Message:

Fix proto for mvaddstr_and_log_it and does_file_exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondorestore/mondo-rstr-newt.h

    r3858 r3861  
    3939extern long get_time(void);
    4040extern char *last_line_of_file(char *);
    41 extern bool does_file_exist(char *);
     41extern bool does_file_exist(const char *);
    4242extern void finish(int);
    4343extern long get_phys_size_of_drive(char *);
     
    5656                                            char *filename);
    5757extern int what_number_cd_is_this();
    58 //extern void fatal_error (char *);
    5958extern void sort_mountlist_by_device(struct mountlist_itself *);
    6059extern int load_mountlist(struct mountlist_itself *a, char *b);
     
    150149                                              struct raidlist_itself *);
    151150char *mountlist_entry_to_string(struct mountlist_itself *, int);
    152 void mvaddstr_and_log_it(int, int, char *);
    153151void nuke_mode_dummy();
    154152char *number_of_disks_as_string(int, char *);
Note: See TracChangeset for help on using the changeset viewer.