~drizzle-trunk/drizzle/development

« back to all changes in this revision

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