- Got rid of the externs for io_read_phase and io_write_phase.

- Added stub definition for chmod_mode_struct.
This commit is contained in:
Wayne Davison
2006-01-30 17:39:34 +00:00
parent b33ce4c800
commit f7bce90cf0

View File

@@ -640,6 +640,7 @@ struct stats {
int current_file_index;
};
struct chmod_mode_struct;
#include "byteorder.h"
#include "lib/mdfour.h"
@@ -872,5 +873,3 @@ const char *get_panic_action(void);
#endif
#define UNUSED(x) x __attribute__((__unused__))
extern const char *io_write_phase, *io_read_phase;