Commit 740f328e authored by unknown's avatar unknown

Fix duplicate symbol problem

parent 967c1b04
......@@ -25,6 +25,14 @@
extern const char *raid_type_string[];
#ifdef __cplusplus
extern "C" {
#endif
const char *my_raid_type(int raid_type);
#ifdef __cplusplus
}
#endif
#if defined(USE_RAID)
#ifdef __GNUC__
......@@ -83,9 +91,6 @@ extern "C" {
int my_raid_chsize(File fd, my_off_t newlength, myf MyFlags);
int my_raid_close(File, myf MyFlags);
int my_raid_fstat(int Filedes, struct stat *buf, myf MyFlags);
const char *my_raid_type(int raid_type);
#ifdef __cplusplus
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment