~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_backup_ms.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-12 15:07:12 UTC
  • mfrom: (2231 staging)
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110312150712-i4k1819u2523lggb
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        void seqScanInit();
46
46
        bool seqScanNext(char *buf);
47
47
        int     getRefLen() { return sizeof(iBackupIndex);}
48
 
        void seqScanPos(uint8_t *pos);
49
 
        void seqScanRead(uint8_t *pos, char *buf);
 
48
        void seqScanPos(unsigned char *pos);
 
49
        void seqScanRead(unsigned char *pos, char *buf);
50
50
 
51
51
        void updateRow(char *old_data, char *new_data);
52
52
        void insertRow(char *data);