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/mondoprep.h

    r3300 r3861  
    4545extern void log_file_end_to_screen(char *, char *);
    4646extern int zero_out_a_device(char *);
    47 extern void mvaddstr_and_log_it(int, int, char *);
    48 extern bool does_file_exist(char *);
     47extern void mvaddstr_and_log_it(int, int, const char *);
     48extern bool does_file_exist(const char *);
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.