Commit 91d7e7b2 authored by Monty's avatar Monty

Add C_MODE_START to aria_backup.h

parent ec66320b
......@@ -15,6 +15,8 @@
/* Interfaces for doing backups of Aria tables */
C_MODE_START
typedef struct st_aria_table_capabilities
{
my_off_t header_size;
......@@ -32,3 +34,4 @@ int aria_read_index(File kfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block,
uchar *buffer);
int aria_read_data(File dfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block,
uchar *buffer, size_t *bytes_read);
C_MODE_END
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