Changeset 2551 in MondoRescue for branches/2.2.9/mondo/src


Ignore:
Timestamp:
Jan 26, 2010, 3:19:06 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Adds vmxnet3 driver support to mindi for some VMWare versions
Location:
branches/2.2.9/mondo/src/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-files-EXT.h

    r2547 r2551  
    77extern unsigned int updcrcr(unsigned int crc, unsigned int c);
    88extern char *calc_checksum_of_file(char *filename);
    9 extern char *calc_file_ugly_minichecksum(char *curr_fname);
    109extern long count_lines_in_file(char *filename);
    1110extern bool does_file_exist(char *filename);
  • branches/2.2.9/mondo/src/common/libmondo-files.h

    r2547 r2551  
    99unsigned int updcrcr(unsigned int crc, unsigned int c);
    1010char *calc_checksum_of_file(char *filename);
    11 char *calc_file_ugly_minichecksum(char *curr_fname);
    12 char *calc_file_ugly_minichecksum(char *curr_fname);
    1311long count_lines_in_file(char *filename);
    1412bool does_file_exist(char *filename);
Note: See TracChangeset for help on using the changeset viewer.