~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-07-01 07:17:30 UTC
  • Revision ID: brian@tangent.org-20080701071730-y843dzfwz1nbca79
More mysys removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
821
821
extern my_bool my_uncompress(uchar *, size_t , size_t *);
822
822
extern uchar *my_compress_alloc(const uchar *packet, size_t *len,
823
823
                                size_t *complen);
824
 
extern int packfrm(uchar *, size_t, uchar **, size_t *);
825
 
extern int unpackfrm(uchar **, size_t *, const uchar *);
826
 
 
827
824
extern ha_checksum my_checksum(ha_checksum crc, const uchar *mem,
828
825
                               size_t count);
829
826
extern void my_sleep(ulong m_seconds);