~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_variable_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:
44
44
        void seqScanInit();
45
45
        bool seqScanNext(char *buf);
46
46
        int     getRefLen() { return sizeof(iVariableIndex);}
47
 
        void seqScanPos(uint8_t *pos);
48
 
        void seqScanRead(uint8_t *pos, char *buf);
 
47
        void seqScanPos(unsigned char *pos);
 
48
        void seqScanRead(unsigned char *pos, char *buf);
49
49
 
50
50
        void updateRow(char *old_data, char *new_data);
51
51