Changeset 3845 in MondoRescue for branches/3.3/mondo/src/include/mr_file.h


Ignore:
Timestamp:
Mar 6, 2024, 2:40:17 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix compiler warnings for FILE handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/include/mr_file.h

    r3613 r3845  
    2323#define mr_getcwd()         mr_getcwd_int(__LINE__,__FILE__)
    2424
    25 extern FILE *mr_fopen_int(const char *path, const char *mode,int line, char *file);
    26 extern FILE *mr_fprintf_int(FILE *stream,int line, char *file, const char *fmt, ...);
    27 extern void mr_fclose_int(FILE **fd, int line, char *file);
    28 extern void mr_mkdir_int(const char *pathname, mode_t mode, int line, char *file);
    29 extern char *mr_getcwd_int(int line, char *file);
     25extern FILE *mr_fopen_int(const char *path, const char *mode,int line, const char *file);
     26extern FILE *mr_fprintf_int(FILE *stream,int line, const char *file, const char *fmt, ...);
     27extern void mr_fclose_int(FILE **fd, int line, const char *file);
     28extern void mr_mkdir_int(const char *pathname, mode_t mode, int line, const char *file);
     29extern char *mr_getcwd_int(int line, const char *file);
    3030
    3131#endif                          /* MR_FILE_H */
Note: See TracChangeset for help on using the changeset viewer.