~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

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);