Ignore:
Timestamp:
Nov 18, 2016, 5:31:43 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix call_program_and_get_last_line_of_output which was aborting due to an
excessive loop call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mr-externs.h

    r3273 r3615  
    2121extern int closein_tape();
    2222extern void close_evalcall_form(void);
    23 extern char *call_program_and_get_last_line_of_output(char *);
     23extern char *call_program_and_get_last_line_of_output(const char *);
    2424extern void close_progress_form(void);
    2525extern long count_lines_in_file(char *);
Note: See TracChangeset for help on using the changeset viewer.