Skip to content
Permalink
Browse files
Add C_MODE_START to aria_backup.h
  • Loading branch information
montywi committed Mar 8, 2019
1 parent ec66320 commit 91d7e7b
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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

0 comments on commit 91d7e7b

Please sign in to comment.