Ignore:
Timestamp:
Mar 7, 2024, 11:01:16 AM (4 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/common/newt-specific-EXT.h

    r3858 r3861  
    88extern void fatal_error(const char *error_string);
    99extern void finish(int signal);
    10 extern void mvaddstr_and_log_it(int y, int x, char *output);
     10extern void mvaddstr_and_log_it(int y, int x, const char *output);
    1111extern void open_evalcall_form(char *title);
    1212extern void open_progress_form(char *title, char *b1, char *b2, char *b3,
Note: See TracChangeset for help on using the changeset viewer.