~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_enabled_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:
39
39
        void seqScanInit();
40
40
        bool seqScanNext(char *buf);
41
41
        int     getRefLen() { return sizeof(iEnabledIndex);}
42
 
        void seqScanPos(uint8_t *pos);
43
 
        void seqScanRead(uint8_t *pos, char *buf);
 
42
        void seqScanPos(unsigned char *pos );
 
43
        void seqScanRead(unsigned char *pos , char *buf);
44
44
        
45
45
private:
46
46
        uint32_t                        iEnabledIndex;