Ignore:
Timestamp:
Mar 7, 2024, 11:00:54 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix proto for write_header_block_to_stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-stream-EXT.h

    r3857 r3860  
    3636extern int write_file_to_stream_from_file(
    3737                                          char *infile);
    38 extern int write_header_block_to_stream(off_t length_of_incoming_file,
    39                                         char *filename, int control_char);
     38extern int write_header_block_to_stream(off_t length_of_incoming_file, const char *filename, int control_char);
    4039extern void wrong_marker(int should_be, int it_is);
    4140extern int closein_cdstream();
Note: See TracChangeset for help on using the changeset viewer.